Skip to content

Commit

Permalink
ci(rector): add StaticClosureRector to rules
Browse files Browse the repository at this point in the history
- Added StaticClosureRector to the list of rules in rector.php
- This change enhances the functionality by allowing static closures to be handled appropriately.
  • Loading branch information
guanguans committed Aug 20, 2024
1 parent 7268c9f commit ef52ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@

$rectorConfig->rules([
InlineConstructorDefaultToPropertyRector::class,
StaticClosureRector::class,
]);

$rectorConfig->ruleWithConfiguration(RenameFunctionRector::class, [
Expand Down

0 comments on commit ef52ffc

Please sign in to comment.