diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index ed220a3a..747b5d0a 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -20,6 +20,7 @@ $finder = PhpCsFixer\Finder::create() $config = new PhpCsFixer\Config(); $config ->setRules(array( + '@PSR12' => true, '@PhpCsFixer' => true, 'array_syntax' => array('syntax' => 'long'), ))