Skip to content

Commit 0177501

Browse files
authored
Update Process.stub
1 parent f7d5782 commit 0177501

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

stubs/Symfony/Component/Process/Process.stub

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ namespace Symfony\Component\Process;
88
class Process implements \IteratorAggregate
99
{
1010

11+
/**
12+
* @param int $flags
13+
*
14+
* @return \Generator<string, string, mixed, mixed>
15+
*
16+
* @throws LogicException in case the output has been disabled
17+
* @throws LogicException In case the process is not started
18+
*/
19+
public function getIterator(int $flags = 0): \Generator
20+
1121
}

0 commit comments

Comments
 (0)