Skip to content

Commit 63b5c52

Browse files
committed
Update php-cs-fixer config file.
1 parent 95d21b1 commit 63b5c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.php_cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ $finder = \Symfony\CS\Finder\DefaultFinder::create()
99
return \Symfony\CS\Config\Config::create()
1010
->setUsingCache(true)
1111
->fixers([
12+
'-pre_increment',
1213
'-concat_without_spaces',
1314
'concat_with_spaces',
1415
'ordered_use',
16+
'long_array_syntax',
1517
])
1618
->finder($finder);

0 commit comments

Comments
 (0)