Skip to content

Commit 4290ce3

Browse files
committed
Disable class_keyword
1 parent 5c11c9b commit 4290ce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public function __construct()
9595
'space_before_parenthesis' => true,
9696
'inline_constructor_arguments' => true,
9797
],
98+
'class_keyword' => false,
9899
'class_reference_name_casing' => true,
99100
'clean_namespace' => true,
100101
'combine_consecutive_issets' => true,

0 commit comments

Comments
 (0)