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 — master ( fec4fe...b16356 )
by Vincent
07:45 queued 05:15
created
web/app/themes/stash/content-page.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -14,11 +14,11 @@
 block discarded – undo
14 14
 	<div class="entry-content">
15 15
 		<?php the_content(); ?>
16 16
 		<?php
17
-			wp_link_pages(array(
18
-				'before' => '<div class="page-links">'.__('Pages:', 'stash'),
19
-				'after'  => '</div>',
20
-			));
21
-		?>
17
+            wp_link_pages(array(
18
+                'before' => '<div class="page-links">'.__('Pages:', 'stash'),
19
+                'after'  => '</div>',
20
+            ));
21
+        ?>
22 22
 	</div><!-- .entry-content -->
23 23
 
24 24
 	<footer class="entry-footer">
Please login to merge, or discard this patch.