Skip to content

Commit

Permalink
Fix proto for MAC construct
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Nov 2, 2015
1 parent 3a06d03 commit 05f3382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto_hash.c
Expand Up @@ -730,7 +730,7 @@ PHP_CRYPTO_METHOD(Hash, getSize)
RETURN_LONG(hash_size);
}

/* {{{ proto int Crypto\MAC::__construct($algorithm, $key)
/* {{{ proto Crypto\MAC::__construct(string $algorithm, string $key)
Create a MAC (used by MAC subclasses - HMAC and CMAC) */
PHP_CRYPTO_METHOD(MAC, __construct)
{
Expand Down

0 comments on commit 05f3382

Please sign in to comment.