@@ -176,7 +176,7 @@ |
||
| 176 | 176 | { |
| 177 | 177 | $query = $this->generateQuery($collection); |
| 178 | 178 | |
| 179 | - $withExtraList = (array)$withExtra; |
|
| 179 | + $withExtraList = (array) $withExtra; |
|
| 180 | 180 | |
| 181 | 181 | $withExtraList = array_merge($withExtraList, $query); |
| 182 | 182 | |
@@ -8,6 +8,6 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public function identifier($name) |
| 10 | 10 | { |
| 11 | - return '_'.parent::identifier($name); |
|
| 11 | + return '_' . parent::identifier($name); |
|
| 12 | 12 | } |
| 13 | 13 | } |