Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit 1ba8bca

Browse files
committed
Fix cs-fixer config for 2.0 Release candidate
1 parent d212db9 commit 1ba8bca

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
@@ -23,7 +23,7 @@ return PhpCsFixer\Config::create()
2323
'concat_with_spaces' => true,
2424
'phpdoc_short_description' => false,
2525
'phpdoc_order' => true,
26-
'short_array_syntax' => true,
26+
'array_syntax' => ['syntax' => 'short'],
2727
'ordered_imports' => true,
2828
'simplified_null_return' => false,
2929
'header_comment' => [

0 commit comments

Comments
 (0)