Skip to content

Commit

Permalink
Fix Rector rule
Browse files Browse the repository at this point in the history
  • Loading branch information
InfluxOW committed Jul 23, 2023
1 parent 7446f9c commit aa38fa3
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 @@ -6,6 +6,7 @@
use Rector\Caching\ValueObject\Storage\FileCacheStorage;
use Rector\CodeQuality\Rector\Array_\CallableThisArrayToAnonymousFunctionRector;
use Rector\CodeQuality\Rector\ClassMethod\InlineArrayReturnAssignRector;
use Rector\CodeQuality\Rector\ClassMethod\LocallyCalledStaticMethodToNonStaticRector;
use Rector\CodeQuality\Rector\Identical\FlipTypeControlToUseExclusiveTypeRector;
use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector;
use Rector\CodeQuality\Rector\Isset_\IssetOnPropertyObjectToPropertyExistsRector;
Expand Down Expand Up @@ -46,6 +47,7 @@
RemoveJustVariableAssignRector::class,
CallableThisArrayToAnonymousFunctionRector::class,
ExplicitBoolCompareRector::class,
LocallyCalledStaticMethodToNonStaticRector::class,
]);

$rectorConfig->cacheClass(FileCacheStorage::class);
Expand Down

0 comments on commit aa38fa3

Please sign in to comment.