Skip to content

Commit

Permalink
Update Process.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 30, 2024
1 parent f7d5782 commit 0f833b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions stubs/Symfony/Component/Process/Process.stub
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.2, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.3, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (7.4, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.0, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.1, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.2, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.3, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, lowest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable

Check failure on line 19 in stubs/Symfony/Component/Process/Process.stub

View workflow job for this annotation

GitHub Actions / PHPStan (8.4, highest)

PHPDoc tag @throws with type Symfony\Component\Process\LogicException is not subtype of Throwable
{

}

}

0 comments on commit 0f833b0

Please sign in to comment.