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 4f5e822 commit 62c3919Copy full SHA for 62c3919
src/Omnipay/Common/GatewayFactory.php
@@ -15,7 +15,6 @@
15
use RecursiveIteratorIterator;
16
use ReflectionClass;
17
use Guzzle\Http\ClientInterface;
18
-use Guzzle\Http\Client as HttpClient;
19
use Omnipay\Common\Exception\RuntimeException;
20
use Symfony\Component\HttpFoundation\Request as HttpRequest;
21
src/Omnipay/Common/Message/AbstractResponse.php
@@ -12,7 +12,6 @@
12
namespace Omnipay\Common\Message;
13
14
-use Omnipay\Common\Message\RequestInterface;
use Symfony\Component\HttpFoundation\RedirectResponse as HttpRedirectResponse;
use Symfony\Component\HttpFoundation\Response as HttpResponse;
0 commit comments