Skip to content

Commit 3f3ab88

Browse files
CS fix
1 parent 4019350 commit 3f3ab88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Process.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,10 @@ public function getIncrementalOutput()
617617
*
618618
* @param int $flags A bit field of Process::ITER_* flags
619619
*
620+
* @return \Generator<string, string>
621+
*
620622
* @throws LogicException in case the output has been disabled
621623
* @throws LogicException In case the process is not started
622-
*
623-
* @return \Generator<string, string>
624624
*/
625625
#[\ReturnTypeWillChange]
626626
public function getIterator(int $flags = 0)

0 commit comments

Comments
 (0)