Skip to content

Commit

Permalink
rector: add AddOverrideAttributeToOverriddenMethodsRector
Browse files Browse the repository at this point in the history
No changes, but is something we want to make sure is done in the future.

Related to smrealms#1775.
  • Loading branch information
hemberger committed Dec 25, 2024
1 parent 81ae13b commit 75f8d9f
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 @@ -9,6 +9,7 @@
use Rector\Php80\Rector\FuncCall\ClassOnObjectRector;
use Rector\Php81\Rector\Array_\FirstClassCallableRector;
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
use Rector\Php83\Rector\ClassMethod\AddOverrideAttributeToOverriddenMethodsRector;
use Rector\PHPUnit\Set\PHPUnitSetList;

return RectorConfig::configure()
Expand All @@ -18,6 +19,7 @@
])
->withImportNames(true, false)
->withRules([
AddOverrideAttributeToOverriddenMethodsRector::class,
ClassOnObjectRector::class,
ClassPropertyAssignToConstructorPromotionRector::class,
DirNameFileConstantToDirConstantRector::class,
Expand Down

0 comments on commit 75f8d9f

Please sign in to comment.