Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
fixup! kick of tiny readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 31, 2024
1 parent fedd943 commit 35ca970
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Rector/FinalizeClassRector/config/configured_rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
use TomasVotruba\Finalize\Rector\FinalizeClassRector;

return RectorConfig::configure()
->withRules([
FinalizeClassRector::class,
]);
->withRules([FinalizeClassRector::class]);

0 comments on commit 35ca970

Please sign in to comment.