Skip to content

Commit 57744e1

Browse files
committed
add short array syntax rule
1 parent e0e9a64 commit 57744e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $config = Symfony\CS\Config::create()
1717
'-phpdoc_no_package',
1818
'concat_with_spaces',
1919
'ordered_use',
20+
'short_array_syntax',
2021
])
2122
->finder($finder)
2223
;

0 commit comments

Comments
 (0)