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 — develop ( d725c4...efa1d2 )
by Brad
03:42
created
includes/class-foogallery-common-fields.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -523,6 +523,12 @@
 block discarded – undo
523 523
 			return $fields;
524 524
 		}
525 525
 
526
+		/**
527
+		 * @param string $key
528
+		 * @param string $default
529
+		 *
530
+		 * @return string
531
+		 */
526 532
 		function get_setting_from_gallery( $gallery, $key, $default ) {
527 533
 		    global $current_foogallery;
528 534
 
Please login to merge, or discard this patch.