diff options
Diffstat (limited to '.php_cs.dist')
-rw-r--r-- | .php_cs.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.php_cs.dist b/.php_cs.dist index 314dfd7..9607d0e 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -7,6 +7,7 @@ return PhpCsFixer\Config::create() ->setRules([ '@PSR1' => true, '@PSR2' => true, + 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder($finder) ; |