We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa3c0b7 + cc43991 commit bdf05c1Copy full SHA for bdf05c1
StellarWP/ruleset.xml
@@ -56,6 +56,13 @@
56
<!-- Checks for usage of "$this" in static methods, which will cause runtime errors. -->
57
<rule ref="Squiz.Scope.StaticThisUsage"/>
58
59
+ <!-- Makes sure to skip checking 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
+
66
<!-- We always want short array syntax only. -->
67
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
68
0 commit comments