Completed
Pull Request — master (#29)
by Hugo
03:14 queued 01:33
created
tests/HttpClientTestTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.