@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | } |
202 | 202 | |
203 | 203 | /** |
204 | - * @param $id |
|
204 | + * @param string|null $id |
|
205 | 205 | * @throws MongoException |
206 | 206 | */ |
207 | 207 | private function createObjectID($id) |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | } |
221 | 221 | |
222 | 222 | /** |
223 | - * @return object |
|
223 | + * @return stdClass |
|
224 | 224 | */ |
225 | 225 | function jsonSerialize() |
226 | 226 | { |