Skip to content

Commit d73f7f5

Browse files
Merge pull request #22 from nextcloud/style-add-method-chaining
style: ensure indentation with method chaining
2 parents 014e163 + a697951 commit d73f7f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config.php

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public function getRules() : array {
4141
'method_argument_space' => [
4242
'on_multiline' => 'ignore',
4343
],
44+
'method_chaining_indentation' => true,
4445
'no_closing_tag' => true,
4546
'no_leading_import_slash' => true,
4647
'no_spaces_after_function_name' => true,

0 commit comments

Comments
 (0)