Skip to content

Commit f49cf50

Browse files
author
Marc Paffen
committed
Sniff Squiz.PHP.DisallowObEndFlush gibt es nicht mehr
1 parent 46aa20b commit f49cf50

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

HDNETBlack/ruleset.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@
2929
</properties>
3030
</rule>
3131

32-
<rule ref="Squiz.PHP.DisallowObEndFlush"/>
33-
<rule ref="Squiz.PHP.ForbiddenFunctions">
34-
<properties>
35-
<property name="forbiddenFunctions" type="array" value="error_log=>null,print_r=>null,var_dump=>null,var_export=>null,die=>null,exit=>null,echo=>null,sizeof=>count,delete=>unset,join=>implode,is_null=>null,ini_set=>null"/>
32+
<rule ref="Generic.PHP.ForbiddenFunctions">
33+
<properties>
34+
<property name="forbiddenFunctions" type="array" value="error_log=>null,print_r=>null,var_dump=>null,var_export=>null,die=>null,exit=>null,echo=>null,sizeof=>count,delete=>unset,join=>implode,is_null=>null,ini_set=>null,ob_end_flush=>null"/>
3635
</properties>
3736
</rule>
3837

0 commit comments

Comments
 (0)