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 ( 5ca02b...d972f6 )
by Brad
03:19
created
pro/includes/class-foogallery-pro-attachment-taxonomies.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -342,10 +342,11 @@
 block discarded – undo
342 342
 		/**
343 343
 		 * Build up a taxonomy field HTML
344 344
 		 *
345
-		 * @param $taxonomy
345
+		 * @param string $taxonomy
346 346
 		 * @param $post
347
+		 * @param string $value
347 348
 		 *
348
-		 * @return array
349
+		 * @return string
349 350
 		 */
350 351
         function build_taxonomy_html( $taxonomy, $post, $value ) {
351 352
 			$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 . '" data-original-value="' . $value . '" />';
Please login to merge, or discard this patch.