@@ -152,11 +152,11 @@ |
||
| 152 | 152 | $parameters = $andFilterFactory->getParameters(); |
| 153 | 153 | $innerJoins = $andFilterFactory->getInnerJoin(); |
| 154 | 154 | |
| 155 | - foreach($conditions as $condition) { |
|
| 155 | + foreach ($conditions as $condition) { |
|
| 156 | 156 | $this->qBuilder->andWhere($condition); |
| 157 | 157 | } |
| 158 | 158 | |
| 159 | - foreach($parameters as $parameter) { |
|
| 159 | + foreach ($parameters as $parameter) { |
|
| 160 | 160 | $this->qBuilder->setParameter($parameter['field'], $parameter['value']); |
| 161 | 161 | } |
| 162 | 162 | |