Skip to content

Commit

Permalink
enh: Remove leading slash in use statements
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 2fce407 commit 7180117
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 @@ -42,6 +42,7 @@ public function getRules() : array {
'on_multiline' => 'ignore',
],
'no_closing_tag' => true,
'no_leading_import_slash' => true,
'no_spaces_after_function_name' => true,
'no_spaces_inside_parenthesis' => true,
'no_trailing_whitespace' => true,
Expand Down

0 comments on commit 7180117

Please sign in to comment.