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... ( 275fef...a33793 )
by Brad
02:29
created
includes/render-functions.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,6 @@  discard block
 block discarded – undo
79 79
  *
80 80
  * @param FooGalleryAttachment $foogallery_attachment
81 81
  * @param array $args
82
- * @param bool $output_image
83
- * @param bool $output_closing_tag
84 82
  *
85 83
  * @return string
86 84
  */
@@ -227,6 +225,9 @@  discard block
 block discarded – undo
227 225
     return apply_filters( 'foogallery_attachment_html_caption', $html, $foogallery_attachment, $args );
228 226
 }
229 227
 
228
+/**
229
+ * @param FooGalleryAttachment $foogallery_attachment
230
+ */
230 231
 function foogallery_attachment_html_item_opening($foogallery_attachment, $args = array() ) {
231 232
 
232 233
 	$classes[] = 'fg-item';
Please login to merge, or discard this patch.