We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5190d1 commit d805096Copy full SHA for d805096
rector.php
@@ -19,6 +19,7 @@
19
20
use Rector\Config\RectorConfig;
21
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22
+use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
23
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
24
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
25
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
@@ -42,6 +43,7 @@
42
43
$rectorConfig->skip([
44
ExceptionHandlerTypehintRector::class,
45
ReadOnlyPropertyRector::class,
46
+ NullToStrictStringFuncCallArgRector::class,
47
PreferPHPUnitThisCallRector::class,
48
NarrowUnusedSetUpDefinedPropertyRector::class,
49
]);
0 commit comments