Skip to content

Commit b8e59bb

Browse files
committed
proto fixes
1 parent 080eaaf commit b8e59bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/mcrypt/mcrypt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ PHP_FUNCTION(mdecrypt_generic)
532532
/* }}} */
533533

534534

535-
/* {{{ proto int mcrypt_enc_get_supported_key_sizes(resource td)
535+
/* {{{ proto array mcrypt_enc_get_supported_key_sizes(resource td)
536536
This function decrypts the crypttext */
537537
PHP_FUNCTION(mcrypt_enc_get_supported_key_sizes)
538538
{
@@ -783,7 +783,7 @@ PHP_FUNCTION(mcrypt_module_get_algo_key_size)
783783
/* }}} */
784784

785785

786-
/* {{{ proto int mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir])
786+
/* {{{ proto array mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir])
787787
This function decrypts the crypttext */
788788
PHP_FUNCTION(mcrypt_module_get_supported_key_sizes)
789789
{

0 commit comments

Comments
 (0)