Skip to content

Commit

Permalink
Fix Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 18, 2023
1 parent 53403e0 commit a8c38b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
]);

$rectorConfig->sets([
DowngradeLevelSetList::DOWN_TO_PHP_74
LevelSetList::UP_TO_PHP_74
]);

$rectorConfig->skip([
'tests/Application/**'
]);
Expand Down

0 comments on commit a8c38b6

Please sign in to comment.