Skip to content

Commit

Permalink
clean up skip config
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 13, 2023
1 parent 10a8bfa commit 22c3df8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@
// false positive on plurals
__DIR__ . '/packages/Testing/PHPUnit/Behavior/MovingFilesTrait.php',
],

// race condition with stmts aware patch and PHPStan type
\Rector\TypeDeclaration\Rector\ClassMethod\AddMethodCallBasedStrictParamTypeRector::class => [
__DIR__ . '/rules/DeadCode/Rector/If_/RemoveUnusedNonEmptyArrayBeforeForeachRector.php',
],
]);

$rectorConfig->phpstanConfig(__DIR__ . '/phpstan-for-rector.neon');
Expand Down

0 comments on commit 22c3df8

Please sign in to comment.