diff options
-rw-r--r-- | _test/phpcs.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/phpcs.xml b/_test/phpcs.xml index b08dd7bcf..963374d4f 100644 --- a/_test/phpcs.xml +++ b/_test/phpcs.xml @@ -18,6 +18,9 @@ <rule ref="PSR2"> <!-- the following rule is not in PSR-2 and breaks the guardian pattern --> <exclude name="Generic.ControlStructures.InlineControlStructure.NotAllowed"/> + + <!-- we have lots of legacy classes without name spaces --> + <exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace"/> </rule> <!-- configure additional rules here later --> </ruleset> |