Skip to content

Commit 51d8f2a

Browse files
Merge branch '5.4' into 6.2
* 5.4: CS fix Fix test provider
2 parents c714c35 + 3f3ab88 commit 51d8f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Process.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,8 @@ public function getIncrementalOutput(): string
604604
*
605605
* @param int $flags A bit field of Process::ITER_* flags
606606
*
607+
* @return \Generator<string, string>
608+
*
607609
* @throws LogicException in case the output has been disabled
608610
* @throws LogicException In case the process is not started
609611
*/

0 commit comments

Comments
 (0)