Skip to content

Commit f35bc5a

Browse files
committed
chore: skip RemoveNullArgOnNullDefaultParamRector
1 parent 4f61cb4 commit f35bc5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedConstructorParamRector;
2626
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPrivateMethodRector;
2727
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
28+
use Rector\DeadCode\Rector\MethodCall\RemoveNullArgOnNullDefaultParamRector;
2829
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
2930
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
3031
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
@@ -183,6 +184,8 @@
183184
DeclareStrictTypesTestsRector::class => [
184185
__DIR__ . '/tests/system/Debug/ExceptionsTest.php',
185186
],
187+
188+
RemoveNullArgOnNullDefaultParamRector::class,
186189
])
187190
// auto import fully qualified class names
188191
->withImportNames(removeUnusedImports: true)

0 commit comments

Comments
 (0)