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.
1 parent cf9cbf2 commit 4778124Copy full SHA for 4778124
ClientFactory/Guzzle5Factory.php
@@ -8,7 +8,7 @@
8
/**
9
* @author Tobias Nyholm <[email protected]>
10
*/
11
-class Guzzle5Factory
+class Guzzle5Factory implements ClientFactoryInterface
12
{
13
14
* {@inheritdoc}
ClientFactory/Guzzle6Factory.php
@@ -10,6 +10,9 @@
class Guzzle6Factory implements ClientFactoryInterface
+ /**
+ * {@inheritdoc}
15
+ */
16
public function createClient(array $config = [])
17
18
if (!class_exists('Http\Adapter\Guzzle6\Client')) {
0 commit comments