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 ( e64063...f333c4 )
by Brad
02:54
created
extensions/nextgen-importer/class-nextgen-gallery-importer-extension.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -200,6 +200,10 @@  discard block
 block discarded – undo
200 200
 			die();
201 201
 		}
202 202
 
203
+		/**
204
+		 * @param string $shortcode
205
+		 * @param string $id_attrib
206
+		 */
203 207
 		function echo_findings_for_shortcode( $shortcode, $id_attrib ) {
204 208
 			echo '<h3>[' . $shortcode . '] Shortcodes</h3>';
205 209
 
@@ -232,6 +236,10 @@  discard block
 block discarded – undo
232 236
 			}
233 237
 		}
234 238
 
239
+		/**
240
+		 * @param string $shortcode
241
+		 * @param string $id_attrib
242
+		 */
235 243
 		function echo_replacements_for_shortcode( $shortcode, $id_attrib ) {
236 244
 			echo '<h3>[' . $shortcode . '] Shortcodes</h3>';
237 245
 
Please login to merge, or discard this patch.