Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 28, 2024
1 parent 7a289c8 commit 0549b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PSR12NeutronRuleset/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,10 @@
<severity>5</severity>
<type>warning</type>
</rule>
<!-- https://github.com/szepeviktor/uninformative-words -->
<rule ref="PSR12NeutronRuleset.NamingConventions.MeaningfulVariableName">
<properties>
<property name="forbiddenNames" type="array">
<!-- https://github.com/szepeviktor/uninformative-words -->
<element key="arr" value="Provide more context"/>
<element key="bool" value="Provide more context"/>
<element key="boolean" value="Provide more context"/>
Expand Down Expand Up @@ -312,6 +312,7 @@
<element key="value" value="Provide more context"/>
<element key="var" value="Provide more context"/>
<element key="vdata" value="Provide more context"/>
<!-- https://www.php.net/manual/en/language.variables.superglobals.php -->
<element key="GLOBALS" value="Do not use superglobals"/>
<element key="_SERVER" value="Do not use superglobals"/>
<element key="_GET" value="Do not use superglobals"/>
Expand Down

0 comments on commit 0549b17

Please sign in to comment.