Skip to content

Commit feca149

Browse files
authored
Merge pull request #13 from minbaby/hotfix/remove-dup-list-syntax
remove duplicate list_syntax
2 parents f468cf9 + 04a2e31 commit feca149

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.php_cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ return PhpCsFixer\Config::create()
5151
'comment_types' => [
5252
],
5353
],
54-
'list_syntax' => [
55-
'syntax' => 'short',
56-
],
5754
'yoda_style' => [
5855
'always_move_variable' => false,
5956
'equal' => false,

0 commit comments

Comments
 (0)