SymmetricKey: fix typehint

This commit is contained in:
terrafrost 2023-05-05 07:36:29 -05:00
parent 79b6f96870
commit 961034f4c2

View File

@ -917,7 +917,7 @@ abstract class SymmetricKey
* @see Crypt/Hash.php
* @param string $password
* @param string $method
* @param string[] ...$func_args
* @param int|string ...$func_args
* @throws \LengthException if pbkdf1 is being used and the derived key length exceeds the hash length
* @throws \RuntimeException if bcrypt is being used and a salt isn't provided
* @return bool