diff --git a/src/Config.php b/src/Config.php index 9dfa70c..5491264 100644 --- a/src/Config.php +++ b/src/Config.php @@ -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,