Skip to content

Commit 7144891

Browse files
committed
Remove accidentally added extra ;
1 parent e50f18b commit 7144891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/uri/php_uri.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ PHP_METHOD(Uri_Rfc3986_Uri, equals)
448448
ZEND_PARSE_PARAMETERS_START(1, 2)
449449
Z_PARAM_OBJ_OF_CLASS(that_object, uri_rfc3986_uri_ce)
450450
Z_PARAM_OPTIONAL
451-
Z_PARAM_OBJ_OF_CLASS(comparison_mode, uri_comparison_mode_ce);
451+
Z_PARAM_OBJ_OF_CLASS(comparison_mode, uri_comparison_mode_ce)
452452
ZEND_PARSE_PARAMETERS_END();
453453

454454
uri_equals(INTERNAL_FUNCTION_PARAM_PASSTHRU, that_object, comparison_mode);

0 commit comments

Comments
 (0)