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
Push — feature/gallery-datasources ( 53fbb8 )
by Brad
02:16
created
includes/interface-foogallery-datasource.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,8 @@
 block discarded – undo
9 9
 		/**
10 10
 		 * Sets the FooGallery object we are dealing with
11 11
 		 *
12
-		 * @param $foogallery FooGallery
12
+		 * @param FooGallery $foogallery FooGallery
13
+		 * @return void
13 14
 		 */
14 15
 		public function setGallery( $foogallery );
15 16
 
Please login to merge, or discard this patch.