diff --git a/rector.php b/rector.php index 3231b06..754f7f1 100644 --- a/rector.php +++ b/rector.php @@ -6,7 +6,7 @@ use Rector\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector; return RectorConfig::configure() - ->withPhpSets(php81: true) + ->withPhpSets(php82: true) ->withPreparedSets( codeQuality: true, codingStyle: true,