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 a80d7f6 commit dc8f519Copy full SHA for dc8f519
.php_cs
@@ -17,6 +17,6 @@ return PhpCsFixer\Config::create()
17
'no_useless_return' => true,
18
'ordered_imports' => true,
19
'phpdoc_order' => true,
20
- 'short_array_syntax' => true,
+ 'array_syntax' => ['syntax' => 'short'],
21
])
22
->setFinder($finder);
0 commit comments