Skip to content

Commit

Permalink
Merge pull request #18 from nextcloud/add-types-spaces-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Jul 10, 2024
2 parents cf5f18d + d65dcd7 commit d8bfac1
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 @@ -58,6 +58,7 @@ public function getRules() : array {
'single_import_per_statement' => true,
'single_line_after_imports' => true,
'switch_case_space' => true,
'types_spaces' => ['space' => 'none', 'space_multiple_catch' => 'none'],
'visibility_required' => [
'elements' => ['property', 'method', 'const']
],
Expand Down

0 comments on commit d8bfac1

Please sign in to comment.