Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 161 Bytes

Squiz.PHP.DisallowObEndFlush.md

File metadata and controls

7 lines (4 loc) · 161 Bytes

Pattern: Use of ob_end_flush()

Issue: -

Description

Use of ob_end_flush() is not allowed; use ob_get_contents() and ob_end_clean() instead.