From a7859a2d7ec934937180be532ed7f6f9fd8d1458 Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Sun, 12 Mar 2023 11:25:52 +0100 Subject: [PATCH] Enum-Cases einsortieren --- src/Config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Config.php b/src/Config.php index bd7146a..00f261e 100644 --- a/src/Config.php +++ b/src/Config.php @@ -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',