We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fce407 commit 7180117Copy full SHA for 7180117
1 file changed
src/Config.php
@@ -42,6 +42,7 @@ public function getRules() : array {
42
'on_multiline' => 'ignore',
43
],
44
'no_closing_tag' => true,
45
+ 'no_leading_import_slash' => true,
46
'no_spaces_after_function_name' => true,
47
'no_spaces_inside_parenthesis' => true,
48
'no_trailing_whitespace' => true,
0 commit comments