File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3131use Rector \EarlyReturn \Rector \If_ \RemoveAlwaysElseRector ;
3232use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
3333use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
34- use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
3534use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
3635use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
3736use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
9089 $ rectorConfig ->skip ([
9190 __DIR__ . '/src/Views ' ,
9291
93- JsonThrowOnErrorRector::class,
9492 StringifyStrNeedlesRector::class,
9593 YieldDataProviderRector::class,
9694
Original file line number Diff line number Diff line change 3131use Rector \EarlyReturn \Rector \If_ \RemoveAlwaysElseRector ;
3232use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
3333use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
34- use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
3534use Rector \Php73 \Rector \FuncCall \StringifyStrNeedlesRector ;
3635use Rector \PHPUnit \AnnotationsToAttributes \Rector \Class_ \AnnotationWithValueToAttributeRector ;
3736use Rector \PHPUnit \CodeQuality \Rector \Class_ \YieldDataProviderRector ;
9190 $ rectorConfig ->skip ([
9291 __DIR__ . '/app/Views ' ,
9392
94- JsonThrowOnErrorRector::class,
9593 StringifyStrNeedlesRector::class,
9694 YieldDataProviderRector::class,
9795
You can’t perform that action at this time.
0 commit comments