From a482b264d941583d6d0ffbc06227b02a3dc6cd91 Mon Sep 17 00:00:00 2001 From: Joseph White Date: Tue, 17 Jan 2017 14:03:30 -0500 Subject: [PATCH 1/2] Update rules to exclude restictions on control structure indentation. --- phpcs.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index ca5f9edae3..720a7d4f82 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,6 +1,28 @@ XDMoD PHP coding standard - - + ? + + + + + + + + + + + + + + + + + + + + + + + From 0d867abe5e1bb6bf192b15ff7e9d99057e300b26 Mon Sep 17 00:00:00 2001 From: Joseph White Date: Tue, 17 Jan 2017 16:24:56 -0500 Subject: [PATCH 2/2] Added exclusion for camel caps rule for class names. --- phpcs.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/phpcs.xml b/phpcs.xml index 720a7d4f82..1845a4f61c 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -18,6 +18,7 @@ +