Skip to content

Commit

Permalink
Merge pull request #2 from nextcloud/rullzer-patch-1
Browse files Browse the repository at this point in the history
Use the short list-syntax when deconstructing arrays
  • Loading branch information
ChristophWurst authored Jan 11, 2021
2 parents 5765401 + 5e7542c commit aa9620d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ public function getRules()
],
'indentation_type' => true,
'line_ending' => true,
'list_syntax' => [
'syntax' => 'short',
],
'lowercase_keywords' => true,
'method_argument_space' => [],
'no_closing_tag' => true,
Expand Down

0 comments on commit aa9620d

Please sign in to comment.