File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments