File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ declare(strict_types=1);
1919
2020use Rector\Config\RectorConfig ;
2121use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector ;
22+ use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector ;
2223use Rector\Php81\Rector\Property\ReadOnlyPropertyRector ;
2324use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector ;
2425use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector ;
@@ -42,6 +43,7 @@ return static function (RectorConfig $rectorConfig): void {
4243 $rectorConfig -> skip([
4344 ExceptionHandlerTypehintRector :: class ,
4445 ReadOnlyPropertyRector :: class ,
46+ NullToStrictStringFuncCallArgRector :: class ,
4547 PreferPHPUnitThisCallRector :: class ,
4648 NarrowUnusedSetUpDefinedPropertyRector :: class ,
4749 ]);
You can’t perform that action at this time.
0 commit comments