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.
1 parent b930bed commit cc43991Copy full SHA for cc43991
StellarWP/ruleset.xml
@@ -56,7 +56,7 @@
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 checkign for docblock when inheritDoc is used. -->
+ <!-- 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"/>
0 commit comments