Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 16, 2023
1 parent 4019350 commit 3f3ab88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,10 @@ public function getIncrementalOutput()
*
* @param int $flags A bit field of Process::ITER_* flags
*
* @return \Generator<string, string>
*
* @throws LogicException in case the output has been disabled
* @throws LogicException In case the process is not started
*
* @return \Generator<string, string>
*/
#[\ReturnTypeWillChange]
public function getIterator(int $flags = 0)
Expand Down

0 comments on commit 3f3ab88

Please sign in to comment.