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 933e340 commit cbd6afdCopy full SHA for cbd6afd
src/Config.php
@@ -68,7 +68,7 @@ class Config extends \PhpCsFixer\Config
68
'elseif' => true,
69
'encoding' => true,
70
'full_opening_tag' => true,
71
- 'fully_qualified_strict_types' => true,
+ 'fully_qualified_strict_types' => false,
72
'function_declaration' => true,
73
'general_phpdoc_tag_rename' => true,
74
'heredoc_to_nowdoc' => true,
0 commit comments