Skip to content

Commit

Permalink
Updated PHP-CS-Fixer config to put enum cases above static methods (#…
Browse files Browse the repository at this point in the history
…222)

* Updated PHP-CS-Fixer config to put enum cases above static methods

* Updated CHANGELOG
  • Loading branch information
davidbyoung committed Mar 8, 2022
1 parent f9a79ab commit f60d09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Expand Up @@ -49,6 +49,7 @@
'ordered_class_elements' => [
'order' => [
'use_trait',
'case',
'constant_public',
'constant_protected',
'constant_private',
Expand Down

0 comments on commit f60d09d

Please sign in to comment.