Skip to content

Commit 88ae5da

Browse files
committed
Fixed missing type specifier warning
1 parent 565802a commit 88ae5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_phongo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ mongoc_bulk_operation_t *phongo_bulkwrite_init(zend_bool ordered) { /* {{{ */
396396
return mongoc_bulk_operation_new(ordered);
397397
} /* }}} */
398398

399-
phongo_unwrap_exception(bool retval, zval *return_value TSRMLS_DC)
399+
void phongo_unwrap_exception(bool retval, zval *return_value TSRMLS_DC)
400400
{
401401
if (!retval) {
402402
if (instanceof_function(Z_OBJCE_P(EG(exception)), php_phongo_bulkwriteexception_ce TSRMLS_CC)) {

0 commit comments

Comments
 (0)