Skip to content

Commit d805096

Browse files
SonataCIgithub-actions[bot]
authored andcommitted
DevKit updates
1 parent a5190d1 commit d805096

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: rector.php

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
use Rector\Config\RectorConfig;
2121
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
22+
use Rector\Php81\Rector\FuncCall\NullToStrictStringFuncCallArgRector;
2223
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
2324
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
2425
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
@@ -42,6 +43,7 @@
4243
$rectorConfig->skip([
4344
ExceptionHandlerTypehintRector::class,
4445
ReadOnlyPropertyRector::class,
46+
NullToStrictStringFuncCallArgRector::class,
4547
PreferPHPUnitThisCallRector::class,
4648
NarrowUnusedSetUpDefinedPropertyRector::class,
4749
]);

0 commit comments

Comments
 (0)