Skip to content

Commit

Permalink
use php 8.2 rector set
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 28, 2024
1 parent f2cb43a commit 8518917
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 @@ -6,7 +6,7 @@
use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector;

return RectorConfig::configure()
->withPhpSets(php81: true)
->withPhpSets(php82: true)
->withPreparedSets(
codeQuality: true,
codingStyle: true,
Expand Down

0 comments on commit 8518917

Please sign in to comment.