Skip to content

Commit aa9620d

Browse files
Merge pull request #2 from nextcloud/rullzer-patch-1
Use the short list-syntax when deconstructing arrays
2 parents 5765401 + 5e7542c commit aa9620d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public function getRules()
4343
],
4444
'indentation_type' => true,
4545
'line_ending' => true,
46+
'list_syntax' => [
47+
'syntax' => 'short',
48+
],
4649
'lowercase_keywords' => true,
4750
'method_argument_space' => [],
4851
'no_closing_tag' => true,

0 commit comments

Comments
 (0)