Completed
Pull Request — master (#20)
by Daniel
03:37 queued 01:31
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   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Doctrine\Common\Persistence\Mapping\MappingException;
9 9
 use Doctrine\Common\Util\ClassUtils;
10 10
 use Doctrine\ORM\EntityManagerInterface;
11
-use Doctrine\ORM\Query\Expr\Select;
12 11
 use Doctrine\ORM\QueryBuilder;
13 12
 use Psi\Component\ObjectAgent\AgentInterface;
14 13
 use Psi\Component\ObjectAgent\Capabilities;
Please login to merge, or discard this patch.