Skip to content

Commit 045b779

Browse files
author
Marc Paffen
committed
Update auf neue Symfony coding standards https://github.com/djoos/Symfony-coding-standard
1 parent f49cf50 commit 045b779

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

HDNETBlack/ruleset.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<?xml version="1.0"?>
22
<ruleset name="HDNETBlack">
3-
<!-- Include Symfony2 Ruleset -->
4-
<rule ref="Symfony2">
5-
<exclude name="Symfony2.Commenting.ClassComment.Missing"/>
6-
<exclude name="PEAR.Functions.ValidDefaultValue.NotAtEnd"/>
7-
<exclude name="Generic.Functions.OpeningFunctionBraceBsdAllman.BraceOnSameLine"/>
8-
</rule>
3+
<!-- Include Symfony Ruleset -->
4+
<rule ref="Symfony">
5+
<exclude name="Symfony.Commenting.ClassComment.Missing"/>
6+
<exclude name="PEAR.Functions.ValidDefaultValue.NotAtEnd"/>
7+
<exclude name="Generic.Functions.OpeningFunctionBraceBsdAllman.BraceOnSameLine"/>
8+
<exclude name="Symfony.Commenting.Annotations.Invalid"/>
9+
<exclude name="Symfony.Commenting.License.Warning"/>
10+
<exclude name="Symfony.Functions.Arguments.Invalid"/>
11+
<exclude name="Symfony.Commenting.FunctionComment.Missing"/>
12+
<exclude name="Symfony.Formatting.ReturnOrThrow.Invalid"/>
13+
<exclude name="Symfony.ControlStructure.YodaConditions.Invalid"/>
14+
</rule>
915

1016
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
1117
<rule ref="Squiz.Arrays.ArrayDeclaration">

0 commit comments

Comments
 (0)