X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fsession%2FToken.php;h=14d239d5a9c1adf4b8cba117092aad9ef21e2e5f;hp=9b4a73cb78125be41f0d118d3e9a79efd59901c5;hb=89539f2aa1b158fdcc703ad053e2580cb97a6385;hpb=9193046880a4f1db46f7376c14decc9f952aa01e diff --git a/includes/session/Token.php b/includes/session/Token.php index 9b4a73cb78..14d239d5a9 100644 --- a/includes/session/Token.php +++ b/includes/session/Token.php @@ -56,7 +56,7 @@ class Token { * be able to extract the timestamp. * * @param string $token - * @param int|null + * @return int|null */ public static function getTimestamp( $token ) { $suffixLen = strlen( self::SUFFIX ); @@ -73,7 +73,7 @@ class Token { /** * Get the string representation of the token at a timestamp - * @param int timestamp + * @param int $timestamp * @return string */ protected function toStringAtTimestamp( $timestamp ) {