Skip to content

Commit 0e686c9

Browse files
committed
Fix PHP CS config
1 parent 5b68848 commit 0e686c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ return PhpCsFixer\Config::create()
1010
'@Symfony' => true,
1111
'ordered_imports' => true,
1212
'phpdoc_order' => true,
13-
'short_array_syntax' => true,
13+
'array_syntax' => array('syntax' => 'short'),
1414
])
1515
->setFinder($finder)
1616
;

0 commit comments

Comments
 (0)