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 7bc2646 commit 185759cCopy full SHA for 185759c
wiki/Annotated-Ruleset.md
@@ -322,7 +322,7 @@ The following sample file documents the ruleset.xml format and shows you the com
322
-->
323
<rule ref="Generic.PHP.ForbiddenFunctions">
324
<properties>
325
- <property name="forbiddenFunctions" type="array" extend=true>
+ <property name="forbiddenFunctions" type="array" extend="true">
326
<element key="sizeof" value="count"/>
327
</property>
328
</properties>
0 commit comments