@@ -42,6 +42,9 @@ discard block |
||
| 42 | 42 | } |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | + /** |
|
| 46 | + * @param \Clusterpoint\Instance\Service $collection |
|
| 47 | + */ |
|
| 45 | 48 | protected function configQuery($collection) |
| 46 | 49 | { |
| 47 | 50 | $this->setLimit($collection); |
@@ -90,6 +93,9 @@ discard block |
||
| 90 | 93 | }; |
| 91 | 94 | } |
| 92 | 95 | |
| 96 | + /** |
|
| 97 | + * @param string $nextLogical |
|
| 98 | + */ |
|
| 93 | 99 | protected function parseWhereGroup($logical, $collection, $condition, $nextLogical) |
| 94 | 100 | { |
| 95 | 101 | if ($logical === '||') { |