Skip to content

Commit e6e0ee2

Browse files
authored
Add is_null in forbidden function (#59)
1 parent cc763e8 commit e6e0ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpcs/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<element key="delete" value="unset"/>
5151
<element key="print_r" value="return"/>
5252
<element key="eval" value="none"/>
53+
<element key="is_null" value="none"/>
5354
</property>
5455
</properties>
5556
</rule>

0 commit comments

Comments
 (0)