Skip to content

Commit dc8f519

Browse files
committed
Fix php-cs-fixer configuration
1 parent a80d7f6 commit dc8f519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ return PhpCsFixer\Config::create()
1717
'no_useless_return' => true,
1818
'ordered_imports' => true,
1919
'phpdoc_order' => true,
20-
'short_array_syntax' => true,
20+
'array_syntax' => ['syntax' => 'short'],
2121
])
2222
->setFinder($finder);

0 commit comments

Comments
 (0)