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/gallery-template-clien... ( b693b9...cbf425 )
by Brad
02:40
created
includes/class-foogallery.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 	/**
86 86
 	 * private function to load a gallery by the slug.
87 87
 	 * Will be used when loading gallery shortcodes
88
-	 * @param $slug
88
+	 * @param string $slug
89 89
 	 */
90 90
 	private function load_by_slug( $slug ) {
91 91
 		if ( ! empty( $slug ) ) {
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
 
106 106
 	/**
107 107
 	 * Static function to build a dynamic gallery that does not exist in the database
108
-	 * @param $template
108
+	 * @param string $template
109 109
 	 * @param $attachment_ids
110 110
 	 *
111 111
 	 * @return FooGallery
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
 	/**
295 295
 	 * @deprecated 1.3.0 This is now moved into the datasource implementation
296 296
 	 *
297
-	 * @return int|mixed|string
297
+	 * @return integer
298 298
 	 */
299 299
 	public function find_featured_attachment_id() {
300 300
 		_deprecated_function( __FUNCTION__, '1.3.0' );
Please login to merge, or discard this patch.