@@ -27,7 +27,7 @@ |
||
| 27 | 27 | { |
| 28 | 28 | $expression = $this->getDoctrineExpression($having, $builder->expr(), $having->getField()); |
| 29 | 29 | |
| 30 | - yield from $this->extractResult($expression, function ($expr) use ($having, $builder) { |
|
| 30 | + yield from $this->extractResult($expression, function($expr) use ($having, $builder) { |
|
| 31 | 31 | if ($having->isAnd()) { |
| 32 | 32 | $builder->andHaving($expr); |
| 33 | 33 | } else { |