Skip to content

Commit 6084b0e

Browse files
committed
Enable import_symbols option in fully_qualified_strict_types
1 parent d2123e2 commit 6084b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function __construct()
155155
'fopen_flags' => ['b_mode' => true],
156156
'full_opening_tag' => true,
157157
'fully_qualified_strict_types' => [
158-
'import_symbols' => false,
158+
'import_symbols' => true,
159159
'leading_backslash_in_global_namespace' => false,
160160
'phpdoc_tags' => [
161161
'param',

0 commit comments

Comments
 (0)