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.
2 parents d16634e + 13d3161 commit 38f26c7Copy full SHA for 38f26c7
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
@@ -620,6 +620,7 @@ public function getIncrementalOutput()
620
*
621
* @return \Generator
622
623
624
public function getIterator(int $flags = 0)
625
626
$this->readPipesForOutput(__FUNCTION__, false);
0 commit comments