From dc4e99e8c341cde9268eea45bf148ae54b7eb56e Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Thu, 29 Dec 2022 13:46:05 +0100 Subject: [PATCH] use @PHP82Migration ruleset --- .php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 99f3be2..32d4c5b 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -16,7 +16,7 @@ $config = new PhpCsFixer\Config(); return $config->setRules(array( '@PSR2' => true, '@PSR12' => true, - '@PHP71Migration' => true, + '@PHP82Migration' => true, 'array_syntax' => ['syntax' => 'long'], 'class_attributes_separation' => true, 'declare_strict_types' => true,