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.
Test Failed
Push — master ( b1858a...5793f9 )
by Oleg
03:48 queued 01:30
created
src/Route4Me/Route4Me.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -204,6 +204,9 @@
 block discarded – undo
204 204
         }
205 205
     }
206 206
 
207
+	/**
208
+	 * @param string $url
209
+	 */
207 210
 	public static function makeUrlRequst($url, $options) {
208 211
 		$method = isset($options['method']) ? $options['method'] : 'GET';
209 212
         $query = isset($options['query']) ?
Please login to merge, or discard this patch.