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 b518855 commit 20bae4aCopy full SHA for 20bae4a
.php_cs
@@ -24,6 +24,11 @@ return PhpCsFixer\Config::create()
24
'location' => 'after_open',
25
'separate' => 'both',
26
],
27
+ 'global_namespace_import' => [
28
+ 'import_classes' => true,
29
+ 'import_constants' => true,
30
+ 'import_functions' => true,
31
+ ],
32
'new_with_braces' => true,
33
'no_blank_lines_after_phpdoc' => true,
34
'no_empty_phpdoc' => true,
0 commit comments