Make use of the new API for the conversation feed (#192)
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / .php-cs-fixer.dist.php
index 60d7da8b007a90ea716844c2b5aaf33f32b138a2..52d79e6aa2a2516347bd4f266be135dfe1d6574c 100644 (file)
@@ -57,7 +57,7 @@ return (new PhpCsFixer\Config())
         'nullable_type_declaration_for_default_null_value' => true,
         'static_lambda' => true,
 
-        'fully_qualified_strict_types' => true,
+        'fully_qualified_strict_types' => ['leading_backslash_in_global_namespace' => true],
         'no_unused_imports' => true,
         'ordered_imports' => true,