Skip to content

Commit 62c3919

Browse files
committed
Remove unused use statements
1 parent 4f5e822 commit 62c3919

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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/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)