We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f5d46 commit 44d0bb6Copy full SHA for 44d0bb6
1 file changed
.php-cs-fixer.user-guide.php
@@ -31,10 +31,14 @@
31
]);
32
33
$overrides = [
34
- 'echo_tag_syntax' => false,
35
- 'php_unit_internal_class' => false,
36
- 'no_unused_imports' => false,
37
- 'class_attributes_separation' => false,
+ 'echo_tag_syntax' => false,
+ 'php_unit_internal_class' => false,
+ 'no_unused_imports' => false,
+ 'class_attributes_separation' => false,
38
+ 'fully_qualified_strict_types' => [
39
+ 'import_symbols' => false,
40
+ 'leading_backslash_in_global_namespace' => true,
41
+ ],
42
];
43
44
$options = [
0 commit comments