@@ -216,7 +216,7 @@ |
||
| 216 | 216 | * @link http://www.php.net/manual/en/mongoclient.killcursor.php |
| 217 | 217 | * @param string $server_hash The server hash that has the cursor. |
| 218 | 218 | * @param int|MongoInt64 $id The ID of the cursor to kill. |
| 219 | - * @return bool |
|
| 219 | + * @return boolean|null |
|
| 220 | 220 | */ |
| 221 | 221 | public function killCursor($server_hash , $id) |
| 222 | 222 | { |