File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
4545use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
4646use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
47- use Rector \Php81 \Rector \ClassMethod \NewInInitializerRector ;
4847use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
4948use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
50- use Rector \PHPUnit \CodeQuality \Rector \MethodCall \AssertCountWithZeroToAssertEmptyRector ;
5149use Rector \PHPUnit \CodeQuality \Rector \MethodCall \AssertEmptyNullableObjectToAssertInstanceofRector ;
5250use Rector \PHPUnit \Set \PHPUnitSetList ;
5351use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
135133 __DIR__ . '/src/Commands/Setup.php ' ,
136134 ],
137135
138- // Ignore for some existing classes to prevent BC break
139- NewInInitializerRector::class => [
140- __DIR__ . '/src/Authentication/JWT/JWSEncoder.php ' ,
141- __DIR__ . '/src/Authentication/JWT/JWSDecoder.php ' ,
142- __DIR__ . '/src/Authentication/JWTManager.php ' ,
143- ],
144-
145136 // Ignore some PHPUnit rules
146- AssertCountWithZeroToAssertEmptyRector::class,
147137 AssertEmptyNullableObjectToAssertInstanceofRector::class,
148138 ]);
149139
You can’t perform that action at this time.
0 commit comments