File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3939 "phpstan/extension-installer" : " ^1.3" ,
4040 "phpstan/phpstan-strict-rules" : " ^1.5" ,
4141 "phpunit/phpunit" : " ^9.6" ,
42- "rector/rector" : " 1.1.0 "
42+ "rector/rector" : " 1.1.1 "
4343 },
4444 "provide" : {
4545 "codeigniter4/authentication-implementation" : " 1.0"
Original file line number Diff line number Diff line change 4343use Rector \EarlyReturn \Rector \If_ \RemoveAlwaysElseRector ;
4444use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
4545use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
46- use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
4746use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
4847use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
4948use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
104103 $ rectorConfig ->skip ([
105104 __DIR__ . '/src/Views ' ,
106105
107- JsonThrowOnErrorRector::class,
108106 StringifyStrNeedlesRector::class,
109107 YieldDataProviderRector::class,
110108
You can’t perform that action at this time.
0 commit comments