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 — master ( b0f362...88f370 )
by Brad
07:37 queued 03:48
created
pro/includes/class-foogallery-pro-filtering.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -491,9 +491,9 @@
 block discarded – undo
491 491
 		/**
492 492
 		 * Private helper function to get the value of a setting for a gallery
493 493
 		 * @param $gallery
494
-		 * @param $setting_id
495
-		 * @param $argument_name
496
-		 * @param $default_value
494
+		 * @param string $setting_id
495
+		 * @param string $argument_name
496
+		 * @param string $default_value
497 497
 		 *
498 498
 		 * @return mixed
499 499
 		 */
Please login to merge, or discard this patch.
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.