diff --git a/.php_cs.dist.php b/.php_cs.dist.php index 3de28fd4..8d8a7901 100644 --- a/.php_cs.dist.php +++ b/.php_cs.dist.php @@ -12,7 +12,7 @@ return (new PhpCsFixer\Config()) ->setRules([ - '@PSR2' => true, + '@PSR12' => true, 'array_syntax' => ['syntax' => 'short'], 'ordered_imports' => ['sort_algorithm' => 'alpha'], 'no_unused_imports' => true,