@@ -9,7 +9,7 @@ |
||
9 | 9 | trait HttpClientTestTrait |
10 | 10 | { |
11 | 11 | /** |
12 | - * @param callable|callable[]|ResponseInterface|ResponseInterface[]|iterable|null $responseFactory |
|
12 | + * @param null|\Symfony\Component\HttpClient\Response\MockResponse $responseFactory |
|
13 | 13 | */ |
14 | 14 | public function createHttpClient($responseFactory = null, bool $test = false): HttpClient |
15 | 15 | { |