Skip to content

Commit a24a883

Browse files
committed
Add case_sensitive option to ordered_class_elements
1 parent f0a1869 commit a24a883

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
@@ -313,6 +313,7 @@ public function __construct()
313313
'method',
314314
],
315315
'sort_algorithm' => 'none',
316+
'case_sensitive' => false,
316317
],
317318
'ordered_imports' => [
318319
'sort_algorithm' => 'alpha',

0 commit comments

Comments
 (0)