Skip to content

Commit

Permalink
Rollback the rector config to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Jan 21, 2025
1 parent 102f7f7 commit 10ec35a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
])
->withRules([
InlineConstructorDefaultToPropertyRector::class,
ExplicitNullableParamTypeRector::class,
])
->withPhpSets(php80: true)
->withPhpVersion(PhpVersion::PHP_84);
->withPhpSets(php80: true);

0 comments on commit 10ec35a

Please sign in to comment.