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-template-clien... ( 9f6bad...85df04 )
by Brad
02:37
created
includes/class-foogallery-upgrade.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -121,6 +121,9 @@
 block discarded – undo
121 121
 
122 122
 	class FooGallery_Upgrade_Helper {
123 123
 
124
+		/**
125
+		 * @param FooGallery $foogallery
126
+		 */
124 127
 		function perform_gallery_settings_upgrade( $foogallery ) {
125 128
 			//build up the new settings
126 129
 			$new_settings = $this->build_new_settings( $foogallery );
Please login to merge, or discard this patch.