@@ -88,7 +88,7 @@ |
||
88 | 88 | /** |
89 | 89 | * {@inheritDoc} |
90 | 90 | */ |
91 | - public function findQuery($typeKey, array $criteria, array $fields = [], array $sort = [], array $inclusions =[], $offset = 0, $limit = 0) |
|
91 | + public function findQuery($typeKey, array $criteria, array $fields = [], array $sort = [], array $inclusions = [], $offset = 0, $limit = 0) |
|
92 | 92 | { |
93 | 93 | $collection = $this->getStore()->findQuery($typeKey, $criteria, $fields, $sort, $offset, $limit); |
94 | 94 | $payload = $this->serializeCollection($collection); |
@@ -64,7 +64,7 @@ |
||
64 | 64 | * @param int $limit The number of Models to limit. |
65 | 65 | * @return Collection |
66 | 66 | */ |
67 | - public function findQuery($typeKey, array $criteria, array $fields = [], array $sort = [], array $inclusions =[], $offset = 0, $limit = 0); |
|
67 | + public function findQuery($typeKey, array $criteria, array $fields = [], array $sort = [], array $inclusions = [], $offset = 0, $limit = 0); |
|
68 | 68 | |
69 | 69 | /** |
70 | 70 | * Creates a new model. |