Skip to content

Commit 7180117

Browse files
committed
enh: Remove leading slash in use statements
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 2fce407 commit 7180117

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function getRules() : array {
4242
'on_multiline' => 'ignore',
4343
],
4444
'no_closing_tag' => true,
45+
'no_leading_import_slash' => true,
4546
'no_spaces_after_function_name' => true,
4647
'no_spaces_inside_parenthesis' => true,
4748
'no_trailing_whitespace' => true,

0 commit comments

Comments
 (0)