Disallow is_null
This commit is contained in:
parent
4bb9f54ca8
commit
d6e9f9b41f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
<rule ref="Generic.PHP.ForbiddenFunctions">
|
<rule ref="Generic.PHP.ForbiddenFunctions">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="forbiddenFunctions" type="array" value="sizeof=>count,delete=>unset,xdebug_break=>null,join=>implode"/>
|
<property name="forbiddenFunctions" type="array" value="sizeof=>count,delete=>unset,xdebug_break=>null,join=>implode,is_null=>null"/>
|
||||||
</properties>
|
</properties>
|
||||||
</rule>
|
</rule>
|
||||||
<rule ref="Generic.Formatting.SpaceAfterCast">
|
<rule ref="Generic.Formatting.SpaceAfterCast">
|
||||||
|
|
Loading…
Reference in a new issue