@@ -114,6 +114,7 @@ |
||
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | 116 | * @param string $nextLogical |
| 117 | + * @param string $logical |
|
| 117 | 118 | */ |
| 118 | 119 | protected function parseWhereGroup($logical, $collection, $condition, $nextLogical) |
| 119 | 120 | { |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | |
| 66 | 66 | public function query() |
| 67 | 67 | { |
| 68 | - $query = $this->getClient()->database($this->getDatabaseName() . '.'.$this->resourceName); |
|
| 68 | + $query = $this->getClient()->database($this->getDatabaseName() . '.' . $this->resourceName); |
|
| 69 | 69 | return $query; |
| 70 | 70 | } |
| 71 | 71 | } |