Skip to content

Commit cbd6afd

Browse files
committed
Disables fully_qualified_strict_types
1 parent 933e340 commit cbd6afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Config extends \PhpCsFixer\Config
6868
'elseif' => true,
6969
'encoding' => true,
7070
'full_opening_tag' => true,
71-
'fully_qualified_strict_types' => true,
71+
'fully_qualified_strict_types' => false,
7272
'function_declaration' => true,
7373
'general_phpdoc_tag_rename' => true,
7474
'heredoc_to_nowdoc' => true,

0 commit comments

Comments
 (0)