File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Swis \Http \Fixture ;
4
4
5
- use Http \Message \ResponseFactory ;
6
5
use Http \Mock \Client as MockClient ;
7
6
use Psr \Http \Message \RequestInterface ;
8
7
use Psr \Http \Message \ResponseInterface ;
@@ -15,10 +14,10 @@ class Client extends MockClient
15
14
protected $ fixtureResponseBuilder ;
16
15
17
16
/**
18
- * @param \Swis\Http\Fixture\ResponseBuilderInterface $fixtureResponseBuilder
19
- * @param \Http\Message\ResponseFactory|null $responseFactory
17
+ * @param \Swis\Http\Fixture\ResponseBuilderInterface $fixtureResponseBuilder
18
+ * @param \Http\Message\ResponseFactory|\Psr\Http\Message\ResponseFactoryInterface| null $responseFactory
20
19
*/
21
- public function __construct (ResponseBuilderInterface $ fixtureResponseBuilder , ? ResponseFactory $ responseFactory = null )
20
+ public function __construct (ResponseBuilderInterface $ fixtureResponseBuilder , $ responseFactory = null )
22
21
{
23
22
parent ::__construct ($ responseFactory );
24
23
You can’t perform that action at this time.
0 commit comments