Skip to content

Commit

Permalink
fix MongoLog::setCallback() return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Ivchenkov committed Feb 16, 2025
1 parent fde29a5 commit 83c3ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7173,7 +7173,7 @@
'MongoLog::getCallback' => ['callable'],
'MongoLog::getLevel' => ['int'],
'MongoLog::getModule' => ['int'],
'MongoLog::setCallback' => ['void', 'log_function'=>'callable'],
'MongoLog::setCallback' => ['bool', 'log_function'=>'callable'],
'MongoLog::setLevel' => ['void', 'level'=>'int'],
'MongoLog::setModule' => ['void', 'module'=>'int'],
'MongoPool::getSize' => ['int'],
Expand Down

0 comments on commit 83c3ec5

Please sign in to comment.