Skip to content

Commit ab76272

Browse files
committed
1 parent 38b2f8c commit ab76272

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
@@ -171,7 +171,7 @@ public function __construct()
171171
'fix_inline' => true,
172172
'replacements' => ['inheritDocs' => 'inheritDoc'],
173173
],
174-
'global_namespace_import' => false,
174+
'global_namespace_import' => true,
175175
'group_import' => false,
176176
'header_comment' => false, // false by default
177177
'heredoc_indentation' => ['indentation' => 'start_plus_one'],

0 commit comments

Comments
 (0)