Skip to content

Commit 5e2afa5

Browse files
committed
Use PHONGO_PARAM_ARRAY_OR_OBJECT compat macro in rewrapManyDataKey
1 parent ba48a0e commit 5e2afa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/ClientEncryption.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ static PHP_METHOD(MongoDB_Driver_ClientEncryption, rewrapManyDataKey)
400400
const bson_t* bulk_write_result;
401401

402402
PHONGO_PARSE_PARAMETERS_START(1, 2)
403-
Z_PARAM_ARRAY_OR_OBJECT(zfilter)
403+
PHONGO_PARAM_ARRAY_OR_OBJECT(zfilter)
404404
Z_PARAM_OPTIONAL
405405
Z_PARAM_ARRAY(options)
406406
PHONGO_PARSE_PARAMETERS_END();

0 commit comments

Comments
 (0)