Skip to content

Commit d25bfbe

Browse files
Import all class-like symbols
1 parent 8b6b417 commit d25bfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
'explicit_string_variable' => true,
107107
'fopen_flag_order' => true,
108108
'full_opening_tag' => true,
109-
'fully_qualified_strict_types' => true,
109+
'fully_qualified_strict_types' => ['import_symbols' => true],
110110
'function_declaration' => true,
111111
'function_to_constant' => true,
112112
'global_namespace_import' => [

0 commit comments

Comments
 (0)