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.
Completed
Pull Request — master (#909)
by Paul
02:35
created
classes/class-extensions.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@  discard block
 block discarded – undo
6 6
 
7 7
 	private static $instance;
8 8
 
9
+	/**
10
+	 * @param string $root_url
11
+	 */
9 12
 	function __construct( $root_url ) {
10 13
 
11 14
 		$this->root_url  = $root_url;
@@ -36,6 +39,9 @@  discard block
 block discarded – undo
36 39
 
37 40
 	}
38 41
 
42
+	/**
43
+	 * @param string $endpoint
44
+	 */
39 45
 	function fetch( $endpoint, $ttl = 10 ) {
40 46
 
41 47
 		$request_url = $this->root_url . $endpoint;
Please login to merge, or discard this patch.