Skip to content

Commit 8039225

Browse files
committed
Add arginfo for HashContext::__construct()
Arginfo was already generated, just not referenced.
1 parent 5264acc commit 8039225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/hash/hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ static PHP_METHOD(HashContext, __construct) {
908908
/* }}} */
909909

910910
static const zend_function_entry php_hashcontext_methods[] = {
911-
PHP_ME(HashContext, __construct, NULL, ZEND_ACC_PRIVATE)
911+
PHP_ME(HashContext, __construct, arginfo_class_HashContext___construct, ZEND_ACC_PRIVATE)
912912
PHP_FE_END
913913
};
914914

0 commit comments

Comments
 (0)