@@ -105,7 +105,6 @@ discard block |
||
105 | 105 | * @link http://php.net/manual/en/mongogridfs.find.php |
106 | 106 | * @param array $query The query |
107 | 107 | * @param array $fields Fields to return |
108 | - * @param array $options Options for the find command |
|
109 | 108 | * @return MongoGridFSCursor A MongoGridFSCursor |
110 | 109 | */ |
111 | 110 | public function find(array $query = [], array $fields = []) |
@@ -446,7 +445,7 @@ discard block |
||
446 | 445 | } |
447 | 446 | |
448 | 447 | /** |
449 | - * @return array |
|
448 | + * @return string[] |
|
450 | 449 | */ |
451 | 450 | public function __sleep() |
452 | 451 | { |