We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ordered_attributes
1 parent 94ec619 commit a4e244cCopy full SHA for a4e244c
src/CodeIgniter4.php
@@ -350,6 +350,7 @@ public function __construct()
350
'object_operator_without_whitespace' => true,
351
'octal_notation' => false, // requires 8.1+
352
'operator_linebreak' => ['only_booleans' => true, 'position' => 'beginning'],
353
+ 'ordered_attributes' => false, // requires 8.0+
354
'ordered_class_elements' => [
355
'order' => [
356
'use_trait',
0 commit comments