Skip to content

Commit

Permalink
Force backslashes for non imported namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Feb 5, 2024
1 parent 2ef0c53 commit d9f6516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'return_type_declaration' => true,
'static_lambda' => true,

'fully_qualified_strict_types' => true,
'fully_qualified_strict_types' => ['leading_backslash_in_global_namespace' => true],
'no_leading_import_slash' => true,
'no_unused_imports' => true,
'ordered_imports' => true,
Expand Down

0 comments on commit d9f6516

Please sign in to comment.