projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef0c53
)
Force backslashes for non imported namespaces
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 5 Feb 2024 15:19:05 +0000
(16:19 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 5 Feb 2024 15:19:05 +0000
(16:19 +0100)
.php-cs-fixer.dist.php
patch
|
blob
|
blame
|
history
diff --git
a/.php-cs-fixer.dist.php
b/.php-cs-fixer.dist.php
index de555ac6dc221cbef3132109e70a62a47dbfccc4..220660a44a356d2cf8b5d00cc739680884f4d016 100644
(file)
--- a/
.php-cs-fixer.dist.php
+++ b/
.php-cs-fixer.dist.php
@@
-66,7
+66,7
@@
return (new PhpCsFixer\Config())
'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,