Skip to content

Commit 701a3b4

Browse files
aivchenondrejmirtes
authored andcommitted
fix MongoLog::setCallback() return type
1 parent fde29a5 commit 701a3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)