Skip to content

Commit

Permalink
Fixed bug #76918 Repeated parameter name in arg info
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolemon committed Sep 25, 2018
1 parent 9e56a33 commit b5d0eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/hash/hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_update_file, 0, 0, 2)
ZEND_ARG_INFO(0, context)
ZEND_ARG_INFO(0, filename)
ZEND_ARG_INFO(0, context)
ZEND_ARG_INFO(0, stream_context)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_hash_final, 0, 0, 1)
Expand Down

0 comments on commit b5d0eb4

Please sign in to comment.