Skip to content

Commit ed340be

Browse files
Skip rule
1 parent 21d3611 commit ed340be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/project/rector.php.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ declare(strict_types=1);
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 @@ 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
]);

0 commit comments

Comments
 (0)