-
-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d402f52
commit 0c830ab
Showing
19 changed files
with
63 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
rules/symfony/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigExtension.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Rector\Symfony\Tests\Rector\Return_\SimpleFunctionAndFilterRector\Source; | ||
|
||
abstract class Twig_Extension | ||
{ | ||
|
||
} |
10 changes: 10 additions & 0 deletions
10
rules/symfony/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigFilterMethod.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Rector\Symfony\Tests\Rector\Return_\SimpleFunctionAndFilterRector\Source; | ||
|
||
final class TwigFilterMethod | ||
{ | ||
|
||
} |
10 changes: 10 additions & 0 deletions
10
.../symfony/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigFunctionMethod.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Rector\Symfony\Tests\Rector\Return_\SimpleFunctionAndFilterRector\Source; | ||
|
||
final class TwigFunctionMethod | ||
{ | ||
|
||
} |
10 changes: 10 additions & 0 deletions
10
rules/symfony/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigSimpleFilter.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Rector\Symfony\Tests\Rector\Return_\SimpleFunctionAndFilterRector\Source; | ||
|
||
final class TwigSimpleFilter | ||
{ | ||
|
||
} |
10 changes: 10 additions & 0 deletions
10
.../symfony/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigSimpleFunction.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Rector\Symfony\Tests\Rector\Return_\SimpleFunctionAndFilterRector\Source; | ||
|
||
final class TwigSimpleFunction | ||
{ | ||
|
||
} |
10 changes: 0 additions & 10 deletions
10
rules/twig/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigExtension.php
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
rules/twig/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigFilterMethod.php
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
rules/twig/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigFunctionMethod.php
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
rules/twig/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigSimpleFilter.php
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
rules/twig/tests/Rector/Return_/SimpleFunctionAndFilterRector/Source/TwigSimpleFunction.php
This file was deleted.
Oops, something went wrong.