From 8518917d94e1dd40404ff646c8fdb4851e3e48fb Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sat, 28 Dec 2024 20:26:09 +0700 Subject: [PATCH] use php 8.2 rector set --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,