@@ -185,6 +185,9 @@ |
||
185 | 185 | |
186 | 186 | /** |
187 | 187 | * Change stream. |
188 | + * @param boolean $offset |
|
189 | + * @param integer $limit |
|
190 | + * @param integer $sort |
|
188 | 191 | */ |
189 | 192 | public function watch(CollectionInterface $collection, ?ObjectIdInterface $after = null, bool $existing = true, ?array $query = null, ?int $offset = null, ?int $limit = null, ?array $sort = null): Generator |
190 | 193 | { |
@@ -133,6 +133,8 @@ discard block |
||
133 | 133 | |
134 | 134 | /** |
135 | 135 | * {@inheritdoc} |
136 | + * @param integer $offset |
|
137 | + * @param integer $limit |
|
136 | 138 | */ |
137 | 139 | public function getAll(ResourceNamespaceInterface $namespace, ?array $query = null, ?int $offset = null, ?int $limit = null, ?array $sort = null): Generator |
138 | 140 | { |
@@ -266,6 +268,7 @@ discard block |
||
266 | 268 | |
267 | 269 | /** |
268 | 270 | * Build. |
271 | + * @param DataObjectInterface $object |
|
269 | 272 | */ |
270 | 273 | public function build(array $resource, ?DataObjectInterface $object = null): DataObjectRelationInterface |
271 | 274 | { |
@@ -180,6 +180,8 @@ |
||
180 | 180 | |
181 | 181 | /** |
182 | 182 | * Change stream. |
183 | + * @param integer $offset |
|
184 | + * @param integer $limit |
|
183 | 185 | */ |
184 | 186 | public function watch(ResourceNamespaceInterface $namespace, ?ObjectIdInterface $after = null, bool $existing = true, ?array $query = null, ?int $offset = null, ?int $limit = null, ?array $sort = null): Generator |
185 | 187 | { |
@@ -118,6 +118,8 @@ |
||
118 | 118 | |
119 | 119 | /** |
120 | 120 | * Change stream. |
121 | + * @param integer $offset |
|
122 | + * @param integer $limit |
|
121 | 123 | */ |
122 | 124 | public function watch(ResourceNamespaceInterface $namespace, ?ObjectIdInterface $after = null, bool $existing = true, ?array $query = null, ?int $offset = null, ?int $limit = null, ?array $sort = null): Generator |
123 | 125 | { |
@@ -177,6 +177,8 @@ |
||
177 | 177 | |
178 | 178 | /** |
179 | 179 | * Change stream. |
180 | + * @param integer $offset |
|
181 | + * @param integer $limit |
|
180 | 182 | */ |
181 | 183 | public function watch(ResourceNamespaceInterface $namespace, ?ObjectIdInterface $after = null, bool $existing = true, ?array $query = null, ?int $offset = null, ?int $limit = null, ?array $sort = null): Generator |
182 | 184 | { |