@@ -3,12 +3,6 @@ |
||
3 | 3 | |
4 | 4 | namespace Psi\Bridge\ObjectAgent\Doctrine\Orm\Tests\Functional; |
5 | 5 | |
6 | -use Doctrine\ODM\PHPCR\Query\Builder\AbstractNode; |
|
7 | -use Doctrine\ODM\PHPCR\Query\Builder\ConstraintAndx; |
|
8 | -use Doctrine\ODM\PHPCR\Query\Builder\ConstraintComparison; |
|
9 | -use Doctrine\ODM\PHPCR\Query\Builder\ConstraintFieldIsset; |
|
10 | -use Doctrine\ODM\PHPCR\Query\Builder\ConstraintNot; |
|
11 | -use Doctrine\ODM\PHPCR\Query\Builder\ConstraintOrx; |
|
12 | 6 | use Psi\Bridge\ObjectAgent\Doctrine\Orm\ExpressionVisitor; |
13 | 7 | use Psi\Component\ObjectAgent\Tests\Functional\Model\Page; |
14 | 8 | use Psi\Component\ObjectAgent\Query\Query; |
@@ -111,7 +111,7 @@ |
||
111 | 111 | |
112 | 112 | $ormExpressions = []; |
113 | 113 | foreach ($expressions as $index => $childExpression) { |
114 | - $ormExpressions[] = $this->dispatch($childExpression); |
|
114 | + $ormExpressions[] = $this->dispatch($childExpression); |
|
115 | 115 | } |
116 | 116 | |
117 | 117 | $method = $expression->getType() == Composite::AND ? 'andX' : 'orX'; |