Completed
Push — 3.7 ( 8061e7...a7d511 )
by
unknown
99:34 queued 52:50
created
core/startup/AbstractConfirmationToken.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.