We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e19001 + 167fc5f commit 4609694Copy full SHA for 4609694
ClientFactory/DummyClient.php
@@ -2,11 +2,14 @@
2
3
namespace Http\HttplugBundle\ClientFactory;
4
5
+use Http\Client\HttpAsyncClient;
6
+use Http\Client\HttpClient;
7
+
8
/**
9
* This client is used as a placeholder for the dependency injection. It will never be used.
10
*
11
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
12
*/
-class DummyClient
13
+interface DummyClient extends HttpClient, HttpAsyncClient
14
{
15
}
0 commit comments