We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565802a commit 88ae5daCopy full SHA for 88ae5da
php_phongo.c
@@ -396,7 +396,7 @@ mongoc_bulk_operation_t *phongo_bulkwrite_init(zend_bool ordered) { /* {{{ */
396
return mongoc_bulk_operation_new(ordered);
397
} /* }}} */
398
399
-phongo_unwrap_exception(bool retval, zval *return_value TSRMLS_DC)
+void phongo_unwrap_exception(bool retval, zval *return_value TSRMLS_DC)
400
{
401
if (!retval) {
402
if (instanceof_function(Z_OBJCE_P(EG(exception)), php_phongo_bulkwriteexception_ce TSRMLS_CC)) {
0 commit comments