@@ -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 | { |
@@ -22,7 +22,6 @@ |
||
22 | 22 | public const CODE_UNKNOWN_ERROR = -1; // when WannaSpeak returns a string for "error" |
23 | 23 | |
24 | 24 | /** |
25 | - * @param array<string,mixed> $arguments Additional WannaSpeak request arguments |
|
26 | 25 | * |
27 | 26 | * @throws TestModeException |
28 | 27 | */ |