Skip to content

Commit

Permalink
Merge pull request #63 from CamillH/fix-perfomance
Browse files Browse the repository at this point in the history
  • Loading branch information
CamillH authored Jun 29, 2023
2 parents f79d58e + 0b75168 commit 9d5185c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/RectorSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
use Ssch\TYPO3Rector\Rector\Migrations\RenameClassMapAliasRector;
use Ssch\TYPO3Rector\Set\Typo3LevelSetList;
use Ssch\TYPO3Rector\Set\Typo3SetList;
use Rector\DeadCode\Rector\MethodCall\RemoveEmptyMethodCallRector;

final class RectorSettings
{
Expand Down Expand Up @@ -214,6 +215,10 @@ public static function skip(): array
* TO: * @ var ObjectStorage
*/
TypedPropertyFromStrictGetterMethodReturnTypeRector::class,
/**
* perfomance issues in many projects
*/
RemoveEmptyMethodCallRector::class,
];
}

Expand Down

0 comments on commit 9d5185c

Please sign in to comment.