Completed
Push — feature/proxy-2 ( f5cf7c...b45fee )
by
unknown
10:32
created
src/Graviton/RestBundle/Model/DocumentModel.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,9 +19,8 @@
 block discarded – undo
19 19
 use Symfony\Component\HttpFoundation\Request;
20 20
 use Xiag\Rql\Parser\Node\LimitNode;
21 21
 use Xiag\Rql\Parser\Node\Query\LogicOperator\AndNode;
22
-use Xiag\Rql\Parser\Query;
23
-use Xiag\Rql\Parser\Exception\SyntaxErrorException as RqlSyntaxErrorException;
24 22
 use Xiag\Rql\Parser\Query as XiagQuery;
23
+use Xiag\Rql\Parser\Exception\SyntaxErrorException as RqlSyntaxErrorException;
25 24
 use Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher as EventDispatcher;
26 25
 use Graviton\ExceptionBundle\Exception\NotFoundException;
27 26
 use Graviton\ExceptionBundle\Exception\RecordOriginModifiedException;
Please login to merge, or discard this patch.
src/Graviton/ProxyApiBundle/Helper/ArrayDefinitionMapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Graviton\ProxyApiBundle\Helper;
6 6
 
7 7
 use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener;
8
-use Psr\Log\InvalidArgumentException;
9 8
 use Symfony\Component\DependencyInjection\Definition;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
src/Graviton/ProxyApiBundle/Helper/HttpHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener;
9 9
 use GuzzleHttp\Client as httpClient;
10 10
 use GuzzleHttp\Exception\ClientException;
11
-use GuzzleHttp\Promise\RejectedPromise;
12 11
 use GuzzleHttp\Psr7\Response as ClientResponse;
13 12
 use Symfony\Component\HttpFoundation\Response;
14 13
 
Please login to merge, or discard this patch.
src/Graviton/ProxyApiBundle/Manager/ProxyManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 
6 6
 namespace Graviton\ProxyApiBundle\Manager;
7 7
 
8
-use Graviton\ExceptionBundle\Exception\NotFoundException;
9 8
 use Graviton\ProxyApiBundle\Listener\ProxyExceptionListener;
10 9
 use Graviton\ProxyApiBundle\Model\ProxyModel;
11 10
 
Please login to merge, or discard this patch.