File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747use Rector \Php81 \Rector \ClassMethod \NewInInitializerRector ;
4848use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
4949use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
50+ use Rector \PHPUnit \CodeQuality \Rector \MethodCall \AssertCountWithZeroToAssertEmptyRector ;
51+ use Rector \PHPUnit \CodeQuality \Rector \MethodCall \AssertEmptyNullableObjectToAssertInstanceofRector ;
5052use Rector \PHPUnit \Set \PHPUnitSetList ;
5153use Rector \Privatization \Rector \Property \PrivatizeFinalClassPropertyRector ;
5254use Rector \Set \ValueObject \LevelSetList ;
139141 __DIR__ . '/src/Authentication/JWT/JWSDecoder.php ' ,
140142 __DIR__ . '/src/Authentication/JWTManager.php ' ,
141143 ],
144+
145+ // Ignore some PHPUnit rules
146+ AssertCountWithZeroToAssertEmptyRector::class,
147+ AssertEmptyNullableObjectToAssertInstanceofRector::class,
142148 ]);
143149
144150 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments