Skip to content

Commit

Permalink
Merge pull request #22 from nextcloud/style-add-method-chaining
Browse files Browse the repository at this point in the history
style: ensure indentation with method chaining
  • Loading branch information
ChristophWurst committed Jul 25, 2024
2 parents 014e163 + a697951 commit d73f7f5
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 @@ -41,6 +41,7 @@ public function getRules() : array {
'method_argument_space' => [
'on_multiline' => 'ignore',
],
'method_chaining_indentation' => true,
'no_closing_tag' => true,
'no_leading_import_slash' => true,
'no_spaces_after_function_name' => true,
Expand Down

0 comments on commit d73f7f5

Please sign in to comment.