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 ( c4ce99...e1aa2e )
by Andrea
17:10 queued 15:00
created
src/resources/views/layouts/admin.blade.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2
-  //set headers to NOT cache a page
3
-  header("Cache-Control: no-store, no-cache, must-revalidate"); //HTTP 1.1
4
-  header("Pragma: no-cache"); //HTTP 1.0
5
-  header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); // Date in the past
2
+    //set headers to NOT cache a page
3
+    header("Cache-Control: no-store, no-cache, must-revalidate"); //HTTP 1.1
4
+    header("Pragma: no-cache"); //HTTP 1.0
5
+    header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); // Date in the past
6 6
 ?>
7 7
 {{-- Admin layout - author <afrittella> --}}<!DOCTYPE html>
8 8
 <html lang="en">
Please login to merge, or discard this patch.