Skip to content

Commit 1011272

Browse files
Fix CS
1 parent 8c03d4c commit 1011272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Php72.php

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ public static function stream_isatty($stream)
141141

142142
if ('\\' === \DIRECTORY_SEPARATOR) {
143143
$stat = @fstat($stream);
144+
144145
// Check if formatted mode is S_IFCHR
145146
return $stat ? 0020000 === ($stat['mode'] & 0170000) : false;
146147
}

0 commit comments

Comments
 (0)