-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,17 @@ namespace Symfony\Component\Process; | |
class Process implements \IteratorAggregate | ||
{ | ||
|
||
/** | ||
* @param int $flags | ||
* | ||
* @return \Generator<string, string, mixed, mixed> | ||
* | ||
* @throws LogicException in case the output has been disabled | ||
* @throws LogicException In case the process is not started | ||
*/ | ||
public function getIterator(int $flags = 0): \Generator | ||
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (7.2, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (7.2, highest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (7.3, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (7.3, highest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (7.4, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (7.4, highest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.0, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.0, highest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.1, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.1, highest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.2, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.2, highest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.3, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.3, highest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.4, lowest)
Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub GitHub Actions / PHPStan (8.4, highest)
|
||
{ | ||
|
||
} | ||
|
||
} |