Skip to content

Commit f40f449

Browse files
committed
Merge pull request #133 from aderuwe/patch-6
Bit of cleaning up in the Common namespace
2 parents 4f5e822 + 4815b8b commit f40f449

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Omnipay/Common/GatewayFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use RecursiveIteratorIterator;
1616
use ReflectionClass;
1717
use Guzzle\Http\ClientInterface;
18-
use Guzzle\Http\Client as HttpClient;
1918
use Omnipay\Common\Exception\RuntimeException;
2019
use Symfony\Component\HttpFoundation\Request as HttpRequest;
2120

src/Omnipay/Common/GatewayInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717
interface GatewayInterface
1818
{
19-
2019
/**
2120
* Get gateway display name
2221
*

src/Omnipay/Common/Message/AbstractResponse.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Omnipay\Common\Message;
1313

1414
use Omnipay\Common\Exception\RuntimeException;
15-
use Omnipay\Common\Message\RequestInterface;
1615
use Symfony\Component\HttpFoundation\RedirectResponse as HttpRedirectResponse;
1716
use Symfony\Component\HttpFoundation\Response as HttpResponse;
1817

0 commit comments

Comments
 (0)