diff --git a/tests/.php-cs-fixer.php b/tests/.php-cs-fixer.php index d601776..37cc54b 100644 --- a/tests/.php-cs-fixer.php +++ b/tests/.php-cs-fixer.php @@ -6,6 +6,7 @@ $finder = PhpCsFixer\Finder::create() $config = new PhpCsFixer\Config(); $config ->setRules([ + 'array_syntax' => ['syntax' => 'short'], 'no_unused_imports' => true, ]) ->setFinder($finder);