GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Branch master (076a9a)
by Joni
03:14
created
lib/GCM/GCM.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 	 * @param string $K Encryption key
74 74
 	 * @param string $IV Initialization vector
75 75
 	 * @throws \RuntimeException For generic errors
76
-	 * @return array Tuple of ciphertext <code>C</code> and authentication tag
76
+	 * @return string[] Tuple of ciphertext <code>C</code> and authentication tag
77 77
 	 *         <code>T</code>
78 78
 	 */
79 79
 	public function encrypt($P, $A, $K, $IV) {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
 	/**
197 197
 	 * Increment 32 rightmost bits of the counter block.
198 198
 	 *
199
-	 * @param unknown $X
199
+	 * @param string $X
200 200
 	 */
201 201
 	private static function _inc32($X) {
202 202
 		$Y = substr($X, 0, -4);
Please login to merge, or discard this patch.