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/attachment-taxonomies ( 54ac97...05a68d )
by Brad
02:53
created
includes/class-foogallery-attachment-taxonomies.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -179,10 +179,10 @@
 block discarded – undo
179 179
 		/**
180 180
 		 * Build up a taxonomy field HTML
181 181
 		 *
182
-		 * @param $taxonomy
182
+		 * @param string $taxonomy
183 183
 		 * @param $post
184 184
 		 *
185
-		 * @return array
185
+		 * @return string
186 186
 		 */
187 187
         function build_taxonomy_html( $taxonomy, $post ) {
188 188
 			//$terms_slugs = wp_get_post_terms( $post->ID, $taxonomy, 'ids' );
Please login to merge, or discard this patch.