From 94b0984e18849a59da8a90563cffe972cb10cc0c Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 22 Sep 2021 12:53:39 +0300 Subject: [PATCH] feat(tokens): update tokens helpers --- src/flextype/helpers/tokens.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flextype/helpers/tokens.php b/src/flextype/helpers/tokens.php index b72dea9a..a970fe37 100644 --- a/src/flextype/helpers/tokens.php +++ b/src/flextype/helpers/tokens.php @@ -34,8 +34,8 @@ if (! function_exists('validateTokenHash')) { /** * Validate token hash. * - * @param string $token Token string length. - * @param string $tokenHashed Token string length. + * @param string $token Token. + * @param string $tokenHashed Token hash. * * @return bool Token string. */