Skip to content

Commit 4778124

Browse files
committed
Make Guzzle5 factory implement ClientFactoryInterface
1 parent cf9cbf2 commit 4778124

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ClientFactory/Guzzle5Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* @author Tobias Nyholm <[email protected]>
1010
*/
11-
class Guzzle5Factory
11+
class Guzzle5Factory implements ClientFactoryInterface
1212
{
1313
/**
1414
* {@inheritdoc}

ClientFactory/Guzzle6Factory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
*/
1111
class Guzzle6Factory implements ClientFactoryInterface
1212
{
13+
/**
14+
* {@inheritdoc}
15+
*/
1316
public function createClient(array $config = [])
1417
{
1518
if (!class_exists('Http\Adapter\Guzzle6\Client')) {

0 commit comments

Comments
 (0)