We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a0620 commit 0c8f37dCopy full SHA for 0c8f37d
.php-cs-fixer.php
@@ -19,6 +19,7 @@
19
->setRiskyAllowed(true)
20
->setRules([
21
'array_indentation' => true,
22
+ 'array_syntax' => true,
23
'constant_case' => true,
24
'indentation_type' => true,
25
'line_ending' => true,
0 commit comments