Skip to content

Commit

Permalink
Use the short list-syntax when deconstructing arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
rullzer committed Dec 29, 2020
1 parent 5765401 commit 5e7542c
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 5e7542c

Please sign in to comment.