Skip to content

Commit 0c8f37d

Browse files
Enhancement: Enable array_syntax fixer
Co-authored-by: Andreas Möller <[email protected]> Co-authored-by: MathiasReker <[email protected]>
1 parent 77a0620 commit 0c8f37d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
->setRiskyAllowed(true)
2020
->setRules([
2121
'array_indentation' => true,
22+
'array_syntax' => true,
2223
'constant_case' => true,
2324
'indentation_type' => true,
2425
'line_ending' => true,

0 commit comments

Comments
 (0)