From 2cb72dd4c090a87083fe3b2e66b98b054ce2dc30 Mon Sep 17 00:00:00 2001 From: BafS Date: Fri, 3 May 2019 15:13:54 +0200 Subject: [PATCH] Add more rules Added: - PEAR.Commenting.InlineComment - Generic.Metrics.CyclomaticComplexity - Generic.CodeAnalysis.UnnecessaryFinalModifier - Generic.Files.OneClassPerFile - Generic.Files.OneInterfacePerFile - Squiz.WhiteSpace.ObjectOperatorSpacing - SlevomatCodingStandard.TypeHints.NullTypeHintOnLastPosition --- Proton/ruleset.xml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/Proton/ruleset.xml b/Proton/ruleset.xml index 302281b..abead87 100644 --- a/Proton/ruleset.xml +++ b/Proton/ruleset.xml @@ -4,14 +4,23 @@ Proton PHP Coding Standard - + + + + + + + * + + + @@ -21,9 +30,12 @@ + + + @@ -41,6 +53,12 @@ + + + + + + @@ -69,8 +87,21 @@ + + + + + + + + + + + + + - +