Completed
Pull Request — master (#29)
by Hugo
01:19
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.
src/HttpClientInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.