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 — develop ( d52e42...8a7368 )
by Brad
03:06
created
foogallery.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
 
90 90
 			private static $instance;
91 91
 
92
+			/**
93
+			 * @return boolean
94
+			 */
92 95
 			public static function get_instance() {
93 96
 				if ( ! isset( self::$instance ) && ! ( self::$instance instanceof FooGallery_Plugin ) ) {
94 97
 					self::$instance = new FooGallery_Plugin();
Please login to merge, or discard this patch.