@@ -23,7 +23,7 @@ |
||
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 | } |
@@ -8,7 +8,6 @@ |
||
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; |