From: Alexander Ebert Date: Mon, 5 Feb 2024 15:19:05 +0000 (+0100) Subject: Force backslashes for non imported namespaces X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c4a777016a65a6194a184af25bca10923521fb45;p=GitHub%2FWoltLab%2FWCF.git Force backslashes for non imported namespaces --- diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index de555ac6dc..220660a44a 100644 --- 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,