Skip to content

Commit 10f4eff

Browse files
[HttpFoundation] fix return type declarations
1 parent 5179b12 commit 10f4eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Process implements \IteratorAggregate
7171
private $status = self::STATUS_READY;
7272
private $incrementalOutputOffset = 0;
7373
private $incrementalErrorOutputOffset = 0;
74-
private $tty;
74+
private $tty = false;
7575
private $pty;
7676
private $inheritEnv = false;
7777

0 commit comments

Comments
 (0)