Skip to content

Commit e86580a

Browse files
committed
Removed redundant unblocking of getOutput
1 parent 76fce1b commit e86580a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Helper/Shell.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public function getState()
170170

171171
public function getOutput()
172172
{
173-
\stream_set_blocking($this->pipes[self::STDOUT_DESCRIPTOR_KEY], 0);
174173
return \stream_get_contents($this->pipes[self::STDOUT_DESCRIPTOR_KEY]);
175174
}
176175

0 commit comments

Comments
 (0)