File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1111 * file that was distributed with this source code.
1212 */
1313
14+ use Rector \CodingStyle \Rector \FunctionLike \FunctionLikeToFirstClassCallableRector ;
1415use Rector \Config \RectorConfig ;
1516use Rector \Php70 \Rector \FunctionLike \ExceptionHandlerTypehintRector ;
1617use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
1718use Rector \Php81 \Rector \Property \ReadOnlyPropertyRector ;
1819use Rector \PHPUnit \CodeQuality \Rector \Class_ \NarrowUnusedSetUpDefinedPropertyRector ;
1920use Rector \PHPUnit \CodeQuality \Rector \Class_ \PreferPHPUnitThisCallRector ;
21+ use Rector \PHPUnit \CodeQuality \Rector \FuncCall \AssertFuncCallToPHPUnitAssertRector ;
2022use Rector \PHPUnit \Set \PHPUnitSetList ;
2123use Rector \Set \ValueObject \LevelSetList ;
2224
4042 NullToStrictStringFuncCallArgRector::class,
4143 PreferPHPUnitThisCallRector::class,
4244 NarrowUnusedSetUpDefinedPropertyRector::class,
45+ AssertFuncCallToPHPUnitAssertRector::class,
46+ FunctionLikeToFirstClassCallableRector::class,
4347 ]);
4448};
You can’t perform that action at this time.
0 commit comments