From 17601007505b123ab8ff33ce1e80dec62eeda8c2 Mon Sep 17 00:00:00 2001 From: Priyadi Iman Nurcahyo <1102197+priyadi@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:22:52 +0700 Subject: [PATCH] code quality 70 --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rector.php b/rector.php index 31e6bca..81dc3bf 100644 --- a/rector.php +++ b/rector.php @@ -35,7 +35,7 @@ ->withRules([ // AddOverrideAttributeToOverriddenMethodsRector::class ]) - ->withCodeQualityLevel(59) + ->withCodeQualityLevel(70) ->withSkip([ SimplifyUselessVariableRector::class => [ // used for demo