@@ -146,6 +146,8 @@ |
||
| 146 | 146 | |
| 147 | 147 | /** |
| 148 | 148 | * Change stream. |
| 149 | + * @param integer $offset |
|
| 150 | + * @param integer $limit |
|
| 149 | 151 | */ |
| 150 | 152 | public function watch(EndpointInterface $endpoint, ?ObjectIdInterface $after = null, bool $existing = true, ?array $query = null, ?int $offset = null, ?int $limit = null, ?array $sort = null): Generator |
| 151 | 153 | { |