@@ -234,7 +234,7 @@ discard block |
||
234 | 234 | * @link http://www.php.net/manual/en/mongoclient.killcursor.php |
235 | 235 | * @param string $server_hash The server hash that has the cursor. |
236 | 236 | * @param int|MongoInt64 $id The ID of the cursor to kill. |
237 | - * @return bool |
|
237 | + * @return boolean|null |
|
238 | 238 | */ |
239 | 239 | public function killCursor($server_hash, $id) |
240 | 240 | { |
@@ -342,7 +342,7 @@ discard block |
||
342 | 342 | } |
343 | 343 | |
344 | 344 | /** |
345 | - * @return array |
|
345 | + * @return string[] |
|
346 | 346 | */ |
347 | 347 | function __sleep() |
348 | 348 | { |
@@ -352,7 +352,7 @@ discard block |
||
352 | 352 | } |
353 | 353 | |
354 | 354 | /** |
355 | - * @param $server |
|
355 | + * @param string $server |
|
356 | 356 | * @return array |
357 | 357 | */ |
358 | 358 | private function extractUrlOptions($server) |