Skip to content

Commit ee7eb11

Browse files
authored
Merge branch refs/heads/1.12.x into 2.1.x
2 parents f2bf43c + e52dec7 commit ee7eb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: resources/functionMap.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6604,7 +6604,7 @@
66046604
'MongoCollection::insert' => ['bool|array', 'a'=>'array', 'options='=>'array'],
66056605
'MongoCollection::parallelCollectionScan' => ['MongoCommandCursor[]', 'num_cursors'=>'int'],
66066606
'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'],
66086608
'MongoCollection::setReadPreference' => ['bool', 'read_preference'=>'string', 'tags='=>'array'],
66096609
'MongoCollection::setSlaveOkay' => ['bool', 'ok='=>'bool'],
66106610
'MongoCollection::setWriteConcern' => ['bool', 'w'=>'mixed', 'wtimeout='=>'int'],
@@ -7173,7 +7173,7 @@
71737173
'MongoLog::getCallback' => ['callable'],
71747174
'MongoLog::getLevel' => ['int'],
71757175
'MongoLog::getModule' => ['int'],
7176-
'MongoLog::setCallback' => ['void', 'log_function'=>'callable'],
7176+
'MongoLog::setCallback' => ['bool', 'log_function'=>'callable'],
71777177
'MongoLog::setLevel' => ['void', 'level'=>'int'],
71787178
'MongoLog::setModule' => ['void', 'module'=>'int'],
71797179
'MongoPool::getSize' => ['int'],

0 commit comments

Comments
 (0)