@@ -39,7 +39,6 @@ discard block |
||
39 | 39 | /** |
40 | 40 | * Returns query value under given key if defined, null otherwise. |
41 | 41 | * |
42 | - * @param string $query |
|
43 | 42 | * |
44 | 43 | * @return mixed |
45 | 44 | */ |
@@ -54,8 +53,8 @@ discard block |
||
54 | 53 | /** |
55 | 54 | * Returns data value under given key if defined, null otherwise. |
56 | 55 | * |
57 | - * @param string $data |
|
58 | 56 | * |
57 | + * @param string $key |
|
59 | 58 | * @return mixed |
60 | 59 | */ |
61 | 60 | public function getData($key) |
@@ -69,7 +68,6 @@ discard block |
||
69 | 68 | /** |
70 | 69 | * Returns headers value under given key if defined, null otherwise. |
71 | 70 | * |
72 | - * @param string $headers |
|
73 | 71 | * |
74 | 72 | * @return mixed |
75 | 73 | */ |
@@ -39,6 +39,8 @@ |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * @see TokenInterface::__construct() |
42 | + * @param integer $expireIn |
|
43 | + * @param string $hash |
|
42 | 44 | */ |
43 | 45 | public function __construct( |
44 | 46 | ApplicationInterface $application, |