Completed
Pull Request — master (#20)
by Daniel
03:37 queued 01:43
created
lib/Exception/BadMethodCallException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     {
24 24
         throw new self(sprintf(
25 25
             'Comparison "%s" is not supported.',
26
-             $comparison
26
+                $comparison
27 27
         ));
28 28
     }
29 29
 }
Please login to merge, or discard this patch.
bridge/doctrine-orm/lib/OrmAgent.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@  discard block
 block discarded – undo
9 9
 use Doctrine\Common\Util\ClassUtils;
10 10
 use Doctrine\ORM\EntityManagerInterface;
11 11
 use Doctrine\ORM\QueryBuilder;
12
-use Doctrine\ORM\Query as OrmQuery;
13
-use Doctrine\ORM\Tools\Pagination\Paginator;
14 12
 use Psi\Component\ObjectAgent\AgentInterface;
15 13
 use Psi\Component\ObjectAgent\Capabilities;
16 14
 use Psi\Component\ObjectAgent\Exception\BadMethodCallException;
@@ -18,7 +16,6 @@  discard block
 block discarded – undo
18 16
 use Psi\Component\ObjectAgent\Query\Comparison;
19 17
 use Psi\Component\ObjectAgent\Query\Query;
20 18
 use Psi\Component\ObjectAgent\Query\Join;
21
-use Doctrine\ORM\Query\Expr\Select;
22 19
 
23 20
 class OrmAgent implements AgentInterface
24 21
 {
Please login to merge, or discard this patch.