Skip to content

Commit aafadf9

Browse files
authored
Merge pull request #113 from phug-php/feature/symfony-7
Allow Symfony 7 split: a9f35cac295d222e50aadaf96f46ba0c4fdebce4
1 parent ff5bd26 commit aafadf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Renderer/Partial/Debug/DebuggerTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ private function isStdOutATTY()
229229
}
230230

231231
$stat = @fstat(STDOUT);
232+
232233
// Check if formatted mode is S_IFCHR
233234
return $stat ? 0020000 === ($stat['mode'] & 0170000) : false;
234235
}

0 commit comments

Comments
 (0)