Skip to content

Commit

Permalink
rector php level set list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-kulhanek committed Jun 10, 2024
1 parent 93c9845 commit b1292f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__DIR__ . '/src'
]);

$containerConfigurator->import(LevelSetList::UP_TO_PHP_80);
$containerConfigurator->import(LevelSetList::UP_TO_PHP_82);

$containerConfigurator->phpstanConfig( __DIR__ . '/phpstan.neon');
$containerConfigurator->skip([
Expand Down

0 comments on commit b1292f5

Please sign in to comment.