Skip to content

Commit 0a03706

Browse files
committed
PSR12 + array short
1 parent c588da2 commit 0a03706

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
$config = new PhpCsFixer\Config();
2020
return $config->setRiskyAllowed(true)
2121
->setRules([
22-
'@PSR2' => true,
22+
'@PSR12' => true,
2323
'no_extra_blank_lines' => true,
24+
'array_syntax' => ['syntax' => 'short'],
2425
])
2526
->setFinder($finder)
2627
;

0 commit comments

Comments
 (0)