We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b68848 commit 0e686c9Copy full SHA for 0e686c9
.php_cs.dist
@@ -10,7 +10,7 @@ return PhpCsFixer\Config::create()
10
'@Symfony' => true,
11
'ordered_imports' => true,
12
'phpdoc_order' => true,
13
- 'short_array_syntax' => true,
+ 'array_syntax' => array('syntax' => 'short'),
14
])
15
->setFinder($finder)
16
;
0 commit comments