Skip to content

Commit 954d639

Browse files
committed
Enable get_class_to_class_keyword
1 parent ea9c3cf commit 954d639

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
@@ -209,7 +209,7 @@ public function __construct()
209209
'fix_inline' => true,
210210
'replacements' => ['inheritDocs' => 'inheritDoc'],
211211
],
212-
'get_class_to_class_keyword' => false,
212+
'get_class_to_class_keyword' => true,
213213
'global_namespace_import' => [
214214
'import_constants' => false,
215215
'import_functions' => false,

0 commit comments

Comments
 (0)