@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | * Given a list of token names, suppress all tokens that have not been validated, and |
27 | 27 | * return the non-validated token with the highest priority |
28 | 28 | * |
29 | - * @param array $keys List of token keys in ascending priority (low to high) |
|
29 | + * @param string[] $keys List of token keys in ascending priority (low to high) |
|
30 | 30 | * @return static The token container for the unvalidated $key given with the highest priority |
31 | 31 | */ |
32 | 32 | public static function prepare_tokens($keys) { |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | /** |
46 | 46 | * Generate a local filesystem path to store a token |
47 | 47 | * |
48 | - * @param $token |
|
48 | + * @param string $token |
|
49 | 49 | * @return string |
50 | 50 | */ |
51 | 51 | protected function pathForToken($token) { |