We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7dc55 commit 13d3161Copy full SHA for 13d3161
InputStream.php
@@ -69,6 +69,7 @@ public function isClosed()
69
/**
70
* @return \Traversable
71
*/
72
+ #[\ReturnTypeWillChange]
73
public function getIterator()
74
{
75
$this->open = true;
Process.php
@@ -622,6 +622,7 @@ public function getIncrementalOutput()
622
*
623
* @return \Generator
624
625
626
public function getIterator($flags = 0)
627
628
$this->readPipesForOutput(__FUNCTION__, false);
0 commit comments