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
Push — master ( f0e280...adf324 )
by sunsky
02:17
created
src/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
 	}
76 76
 
77 77
 	/**
78
-	 * @param $field alias or field name
78
+	 * @param string $field alias or field name
79 79
 	 * @return bool|mixed
80 80
 	 */
81 81
 	public function getIni($field) {
@@ -240,7 +240,7 @@  discard block
 block discarded – undo
240 240
 
241 241
 	/**
242 242
 	 * @param $key
243
-	 * @return mixed
243
+	 * @return string
244 244
 	 */
245 245
 	protected static function optionAlias($key) {
246 246
 		$alias = false;
Please login to merge, or discard this patch.