Skip to content

Commit

Permalink
Enum-Cases einsortieren
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Mar 12, 2023
1 parent 7c09032 commit a7859a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Expand Up @@ -75,6 +75,7 @@ public function setRules(array $rules): ConfigInterface
'no_useless_return' => true,
'ordered_class_elements' => ['order' => [
'use_trait',
'case',
'constant_public',
'constant_protected',
'constant_private',
Expand Down

0 comments on commit a7859a2

Please sign in to comment.