We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd937 commit 033b8f5Copy full SHA for 033b8f5
1 file changed
.php-cs-fixer.dist.php
@@ -18,5 +18,13 @@
18
'no_unused_imports' => true,
19
'ordered_class_elements' => true,
20
'class_attributes_separation' => ['elements' => ['method' => 'one']],
21
+ 'fully_qualified_strict_types' => [
22
+ 'import_symbols' => true
23
+ ],
24
+ 'global_namespace_import' => [
25
+ 'import_classes' => true,
26
+ 'import_constants' => true,
27
+ 'import_functions' => true,
28
29
])
30
->setFinder($finder);
0 commit comments