@@ -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 | } |
@@ -5,7 +5,6 @@ |
||
5 | 5 | namespace Psi\Bridge\ObjectAgent\Doctrine\Orm; |
6 | 6 | |
7 | 7 | use Doctrine\ORM\EntityManagerInterface; |
8 | -use Doctrine\ORM\Query\Expr; |
|
9 | 8 | use Doctrine\ORM\QueryBuilder; |
10 | 9 | use Psi\Component\ObjectAgent\Query\Comparison; |
11 | 10 | use Psi\Component\ObjectAgent\Query\Composite; |