|
6604 | 6604 | 'MongoCollection::insert' => ['bool|array', 'a'=>'array', 'options='=>'array'],
|
6605 | 6605 | 'MongoCollection::parallelCollectionScan' => ['MongoCommandCursor[]', 'num_cursors'=>'int'],
|
6606 | 6606 | 'MongoCollection::remove' => ['bool|array', 'criteria='=>'array', 'options='=>'array'],
|
6607 |
| -'MongoCollection::save' => ['mixed', 'a'=>'array', 'options='=>'array'], |
| 6607 | +'MongoCollection::save' => ['mixed', 'a'=>'array|object', 'options='=>'array'], |
6608 | 6608 | 'MongoCollection::setReadPreference' => ['bool', 'read_preference'=>'string', 'tags='=>'array'],
|
6609 | 6609 | 'MongoCollection::setSlaveOkay' => ['bool', 'ok='=>'bool'],
|
6610 | 6610 | 'MongoCollection::setWriteConcern' => ['bool', 'w'=>'mixed', 'wtimeout='=>'int'],
|
|
7173 | 7173 | 'MongoLog::getCallback' => ['callable'],
|
7174 | 7174 | 'MongoLog::getLevel' => ['int'],
|
7175 | 7175 | 'MongoLog::getModule' => ['int'],
|
7176 |
| -'MongoLog::setCallback' => ['void', 'log_function'=>'callable'], |
| 7176 | +'MongoLog::setCallback' => ['bool', 'log_function'=>'callable'], |
7177 | 7177 | 'MongoLog::setLevel' => ['void', 'level'=>'int'],
|
7178 | 7178 | 'MongoLog::setModule' => ['void', 'module'=>'int'],
|
7179 | 7179 | 'MongoPool::getSize' => ['int'],
|
|
0 commit comments