From c72b7151e110ecdaa9ced291e351f569e6f7e4a6 Mon Sep 17 00:00:00 2001 From: Robert Freigang Date: Sat, 22 May 2021 15:35:13 +0200 Subject: [PATCH] Adopt slevomat rules introduced in version 7.x --- ProjektMOTORCodingStandard/ruleset.xml | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/ProjektMOTORCodingStandard/ruleset.xml b/ProjektMOTORCodingStandard/ruleset.xml index 1d96820..9b72cd3 100644 --- a/ProjektMOTORCodingStandard/ruleset.xml +++ b/ProjektMOTORCodingStandard/ruleset.xml @@ -22,6 +22,18 @@ + + + + + + + + + + + + @@ -37,6 +49,7 @@ + @@ -78,6 +91,33 @@ + + tests/**Test*.php + src/Form/Type/*Type.php + src/Doctrine/*Extension.php + + + + src/Controller/*Controller.php + + + + src/Security/UserProvider.php + + + + src/Dto/*Request.php + src/Entity/*Request.php + src/Validator/Constraints/*.php + + + + tests/**Test*.php + + + tests/Context/*Context.php + + @@ -122,6 +162,12 @@ + + + + + +