Skip to content

Commit 0f833b0

Browse files
committed
Update Process.stub
1 parent f7d5782 commit 0f833b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

stubs/Symfony/Component/Process/Process.stub

+13
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,17 @@ 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+
{
21+
22+
}
23+
1124
}

0 commit comments

Comments
 (0)