diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 17860bd..28c234c 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -49,6 +49,7 @@ 'ordered_class_elements' => [ 'order' => [ 'use_trait', + 'case', 'constant_public', 'constant_protected', 'constant_private',