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 ( 355e81...ebe0e0 )
by Brad
02:59
created
includes/class-foogallery-attachment-taxonomies.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -378,10 +378,11 @@
 block discarded – undo
378 378
 		/**
379 379
 		 * Build up a taxonomy field HTML
380 380
 		 *
381
-		 * @param $taxonomy
381
+		 * @param string $taxonomy
382 382
 		 * @param $post
383
+		 * @param string $value
383 384
 		 *
384
-		 * @return array
385
+		 * @return string
385 386
 		 */
386 387
         function build_taxonomy_html( $taxonomy, $post, $value ) {
387 388
 			$html = '<input type="text" data-attachment_id="' . $post->ID . '" class="foogallery-attachment-ignore-change" id="attachments-' . $post->ID .'-' . $taxonomy . '" name="attachments-' . $post->ID .'-' . $taxonomy . '" value="' . $value . '" />';
Please login to merge, or discard this patch.