Skip to content

Commit 305b074

Browse files
committed
Add case to ordered_class_elements order
1 parent 2c16682 commit 305b074

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
@@ -354,6 +354,7 @@ public function __construct()
354354
'ordered_class_elements' => [
355355
'order' => [
356356
'use_trait',
357+
'case',
357358
'constant',
358359
'property',
359360
'method',

0 commit comments

Comments
 (0)