From: Kunal Mehta Date: Tue, 13 Sep 2016 04:27:50 +0000 (-0700) Subject: session: Fix phpdoc in Token::toStringAtTimestamp() X-Git-Tag: 1.31.0-rc.0~5621^2 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=45f91e6d386a8e837255b35c7af9551861fd8ce3;p=lhc%2Fweb%2Fwiklou.git session: Fix phpdoc in Token::toStringAtTimestamp() Change-Id: I35664eb9e89ffb945eb35bf3af58e1efdea0a8ff --- diff --git a/includes/session/Token.php b/includes/session/Token.php index 9b4a73cb78..523e0cc1c0 100644 --- a/includes/session/Token.php +++ b/includes/session/Token.php @@ -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 ) {