Skip to content

Commit

Permalink
stubs: add class for http client
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 15, 2024
1 parent bfbe678 commit dcbd8da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Stub/StubsGenerator.php
Original file line number Diff line number Diff line change
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 dcbd8da

Please sign in to comment.