Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0f833b0

Browse files
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‎

Lines changed: 13 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /