Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 224fe77

Browse files
committed
fix cs config
1 parent c00cf0d commit 224fe77

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
@@ -20,7 +20,7 @@ return PhpCsFixer\Config::create()
2020
'final_class' => true,
2121
'is_null' => true,
2222
'linebreak_after_opening_tag' => true,
23-
'list_syntax' => true,
23+
'list_syntax' => ['syntax' => 'short'],
2424
'method_chaining_indentation' => false,
2525
'no_php4_constructor' => true,
2626
'ordered_interfaces' => true,

0 commit comments

Comments
 (0)