Skip to content

Commit f028914

Browse files
committed
remove AddDefaultValueForUndefinedVariableRector as no longer exists
1 parent bd1bae5 commit f028914

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
2525
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
2626
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
27-
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
2827
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
2928
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
3029
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -80,9 +79,6 @@
8079

8180
// May load view files directly when detecting classes
8281
StringClassNameToClassConstantRector::class,
83-
84-
// May be uninitialized on purpose
85-
AddDefaultValueForUndefinedVariableRector::class,
8682
]);
8783

8884
// auto import fully qualified class names

src/Template/rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
2525
use Rector\EarlyReturn\Rector\Return_\PreparedValueToEarlyReturnRector;
2626
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
27-
use Rector\Php56\Rector\FunctionLike\AddDefaultValueForUndefinedVariableRector;
2827
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
2928
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
3029
use Rector\PHPUnit\Set\PHPUnitSetList;
@@ -81,9 +80,6 @@
8180

8281
// May load view files directly when detecting classes
8382
StringClassNameToClassConstantRector::class,
84-
85-
// May be uninitialized on purpose
86-
AddDefaultValueForUndefinedVariableRector::class,
8783
]);
8884

8985
// auto import fully qualified class names

0 commit comments

Comments
 (0)