session: Fix phpdoc in Token::toStringAtTimestamp()
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 13 Sep 2016 04:27:50 +0000 (21:27 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 13 Sep 2016 04:46:47 +0000 (21:46 -0700)
Change-Id: I35664eb9e89ffb945eb35bf3af58e1efdea0a8ff

includes/session/Token.php

index 9b4a73c..523e0cc 100644 (file)
@@ -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 ) {