From 041206040f50a421ab2d5017ecab1b4cf3c85182 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 24 May 2023 13:18:34 +0200 Subject: [PATCH] Update phpcs rules --- rules/md_phpcs_rules.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/rules/md_phpcs_rules.xml b/rules/md_phpcs_rules.xml index e139381..8010607 100644 --- a/rules/md_phpcs_rules.xml +++ b/rules/md_phpcs_rules.xml @@ -13,30 +13,31 @@ - + - + - + - + + + Public constants are first but you don't care about the order of protected or private constants - + You don't care about the order among the properties. The same can be done with "properties" shortcut @@ -47,6 +48,7 @@ + -->