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-datasources ( 744111...91cd91 )
by Brad
02:43
created
includes/class-foogallery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 	/**
82 82
 	 * private function to load a gallery by the slug.
83 83
 	 * Will be used when loading gallery shortcodes
84
-	 * @param $slug
84
+	 * @param string $slug
85 85
 	 */
86 86
 	private function load_by_slug( $slug ) {
87 87
 		if ( ! empty( $slug ) ) {
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 	/**
251 251
 	 * @deprecated 1.3.0 This is now moved into the datasource implementation
252 252
 	 *
253
-	 * @return int|mixed|string
253
+	 * @return integer
254 254
 	 */
255 255
 	public function find_featured_attachment_id() {
256 256
 		_deprecated_function( __FUNCTION__, '1.3.0' );
Please login to merge, or discard this patch.