Skip to content

Commit

Permalink
enh: Remove namespace from class FQDN if there is a use statement
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 1dedda4 commit 2fce407
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 @@ -31,6 +31,7 @@ public function getRules() : array {
'elseif' => true,
'encoding' => true,
'full_opening_tag' => true,
'fully_qualified_strict_types' => ['leading_backslash_in_global_namespace' => true],
'function_declaration' => [
'closure_function_spacing' => 'one',
],
Expand Down

0 comments on commit 2fce407

Please sign in to comment.