Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Apr 25, 2024
1 parent a27c18d commit 36006d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

$containerConfigurator->skip([
//\Rector\Php71\Rector\FuncCall\CountOnNullRector::class,
\Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromStrictTypedCallRector::class,
\Rector\TypeDeclaration\Rector\ClassMethod\ReturnUnionTypeRector::class,
]);

// get parameters
Expand Down

0 comments on commit 36006d0

Please sign in to comment.