Skip to content

Commit

Permalink
enh: Force short syntax for list as well
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Jan 30, 2024
1 parent 7180117 commit a60ff69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function getRules() : array {
],
'indentation_type' => true,
'line_ending' => true,
'list_syntax' => true,
'lowercase_keywords' => true,
'method_argument_space' => [
'on_multiline' => 'ignore',
Expand Down

0 comments on commit a60ff69

Please sign in to comment.