Skip to content

Commit

Permalink
Merge pull request #328 from jolicode/stub-http-client
Browse files Browse the repository at this point in the history
stubs: add class for http client
  • Loading branch information
pyrech committed Mar 15, 2024
2 parents bfbe678 + dcbd8da commit f4204b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Stub/StubsGenerator.php
Expand Up @@ -73,6 +73,9 @@ public function generateStubs(string $dest): void
\Symfony\Component\Process\Exception\ExceptionInterface::class,
\Symfony\Component\Process\ExecutableFinder::class,
\Symfony\Component\Process\Process::class,
\Symfony\Contracts\HttpClient\Exception\ExceptionInterface::class,
\Symfony\Contracts\HttpClient\HttpClientInterface::class,
\Symfony\Contracts\HttpClient\ResponseInterface::class,
];

foreach ($frequentlyUsedClasses as $class) {
Expand Down

0 comments on commit f4204b1

Please sign in to comment.