From 45f91e6d386a8e837255b35c7af9551861fd8ce3 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 12 Sep 2016 21:27:50 -0700 Subject: [PATCH] session: Fix phpdoc in Token::toStringAtTimestamp() Change-Id: I35664eb9e89ffb945eb35bf3af58e1efdea0a8ff --- includes/session/Token.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1