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 4019350 commit 3f3ab88Copy full SHA for 3f3ab88
Process.php
@@ -617,10 +617,10 @@ public function getIncrementalOutput()
617
*
618
* @param int $flags A bit field of Process::ITER_* flags
619
620
+ * @return \Generator<string, string>
621
+ *
622
* @throws LogicException in case the output has been disabled
623
* @throws LogicException In case the process is not started
- *
- * @return \Generator<string, string>
624
*/
625
#[\ReturnTypeWillChange]
626
public function getIterator(int $flags = 0)
0 commit comments