File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 3333use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPromotedPropertyRector ;
3434use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
3535use Rector \DeadCode \Rector \Property \RemoveUnusedPrivatePropertyRector ;
36- use Rector \DeadCode \Rector \StmtsAwareInterface \RemoveJustPropertyFetchForAssignRector ;
3736use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
3837use Rector \EarlyReturn \Rector \If_ \ChangeIfElseValueAssignToEarlyReturnRector ;
3938use Rector \EarlyReturn \Rector \If_ \RemoveAlwaysElseRector ;
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 ' ,
You can’t perform that action at this time.
0 commit comments