Skip to content

Commit ad09406

Browse files
committed
fix rector error in 0.19.0
1 parent f9758d6 commit ad09406

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rector.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPromotedPropertyRector;
3434
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
3535
use Rector\DeadCode\Rector\Property\RemoveUnusedPrivatePropertyRector;
36-
use Rector\DeadCode\Rector\StmtsAwareInterface\RemoveJustPropertyFetchForAssignRector;
3736
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
3837
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
3938
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
@@ -99,11 +98,6 @@
9998
// May load view files directly when detecting classes
10099
StringClassNameToClassConstantRector::class,
101100

102-
// See https://github.com/codeigniter4/shield/issues/228
103-
RemoveJustPropertyFetchForAssignRector::class => [
104-
__DIR__ . '/src/Models/UserModel.php',
105-
],
106-
107101
// Ignore tests that use CodeIgniter::CI_VERSION
108102
UnwrapFutureCompatibleIfPhpVersionRector::class => [
109103
__DIR__ . '/src/Test/MockInputOutput.php',

0 commit comments

Comments
 (0)