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.
Passed
Push — master ( 2df288...04c6af )
by Trevor
02:49
created
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,11 +55,11 @@
 block discarded – undo
55 55
         );
56 56
 
57 57
         $this->videos  = new Videos($browser);
58
-        $this->lives  = new Lives($browser);
58
+        $this->lives = new Lives($browser);
59 59
         $this->players = new Players($browser);
60 60
         $this->captions = new Captions($browser);
61 61
         $this->analyticsVideo = new AnalyticsVideo($browser);
62 62
         $this->analyticsLive = new AnalyticsLive($browser);
63
-        $this->tokens  = new Tokens($browser);
63
+        $this->tokens = new Tokens($browser);
64 64
     }
65 65
 }
Please login to merge, or discard this patch.