File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55require_once __DIR__ . '/util/rector/ReduceKnownBooleanAnd.php ' ;
66require_once __DIR__ . '/util/rector/ReduceKnownBooleanOr.php ' ;
77require_once __DIR__ . '/util/rector/ReplaceKnownDefinedWithBooleanRector.php ' ;
8- require_once __DIR__ . '/util/rector/ReplaceNegatedBooleanRector.php ' ;
98
109use Rector \CodingStyle \Rector \Catch_ \CatchExceptionNameMatchingTypeRector ;
1110use Rector \CodingStyle \Rector \ClassMethod \NewlineBeforeNewAssignSetRector ;
1817use Rector \DeadCode \Rector \If_ \RemoveAlwaysTrueIfConditionRector2 ;
1918use Rector \Php53 \Rector \Ternary \TernaryToElvisRector ;
2019use Rector \Set \ValueObject \SetList ;
21- use Rector \Transform \Rector \BooleanNot \ReplaceNegatedBooleanRector ;
2220use StaticDeploy \Rector \ReduceKnownBooleanAnd ;
2321use StaticDeploy \Rector \ReduceKnownBooleanOr ;
2422
4644 ReduceKnownBooleanAnd::class,
4745 ReduceKnownBooleanOr::class,
4846 ReplaceKnownDefinedWithBooleanRector::class,
49- ReplaceNegatedBooleanRector::class,
5047 ]
5148 )
5249 ->withSets (
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments