File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 5656 <!-- Checks for usage of "$this" in static methods, which will cause runtime errors. -->
5757 <rule ref =" Squiz.Scope.StaticThisUsage" />
5858
59+ <!-- Makes sure to skip checkign for docblock when inheritDoc is used. -->
60+ <rule ref =" Squiz.Commenting.FunctionComment" >
61+ <properties >
62+ <property name =" skipIfInheritdoc" value =" true" />
63+ </properties >
64+ </rule >
65+
5966 <!-- We always want short array syntax only. -->
6067 <rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
6168
8390 <rule ref =" SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator" />
8491 <rule ref =" SlevomatCodingStandard.PHP.UselessSemicolon" />
8592 <rule ref =" SlevomatCodingStandard.Variables.UselessVariable" />
86-
93+
8794 <!-- Don't check test-generated files. -->
8895 <exclude-pattern >*/tests/_support/_generated/*</exclude-pattern >
8996
You can’t perform that action at this time.
0 commit comments