chore: style changes

This commit is contained in:
Nuno Maduro
2023-08-17 11:18:59 +01:00
parent 72100075d2
commit 0787b37f2c
21 changed files with 45 additions and 65 deletions

View File

@ -40,7 +40,7 @@ final class KernelDump
*/
public function disable(): void
{
@ob_clean(); // @phpstan-ignore-line
@ob_clean();
if ($this->buffer !== '') {
$this->flush();