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 4a9eecf commit 78638e0Copy full SHA for 78638e0
php_phongo.c
@@ -136,7 +136,7 @@ zend_class_entry* phongo_exception_from_phongo_domain(php_phongo_error_domain_t
136
MONGOC_ERROR("Resolving unknown phongo error domain: %d", domain);
137
return php_phongo_runtimeexception_ce;
138
}
139
-zend_class_entry* phongo_exception_from_mongoc_domain(uint32_t /* mongoc_error_domain_t */ domain, uint32_t /* mongoc_error_code_t */ code)
+zend_class_entry* phongo_exception_from_mongoc_domain(mongoc_error_domain_t domain, mongoc_error_code_t code)
140
{
141
if (domain == MONGOC_ERROR_CLIENT) {
142
if (code == MONGOC_ERROR_CLIENT_AUTHENTICATE) {
0 commit comments