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 ( ec58ea...1caafd )
by Trevor
01:46
created
src/Client.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,12 +53,12 @@
 block discarded – undo
53 53
         $browser->authenticate($apiKey);
54 54
 
55 55
         $this->videos  = new Videos($browser);
56
-        $this->lives  = new Lives($browser);
56
+        $this->lives = new Lives($browser);
57 57
         $this->players = new Players($browser);
58 58
         $this->captions = new Captions($browser);
59 59
         $this->analyticsVideo = new AnalyticsVideo($browser);
60 60
         $this->analyticsLive = new AnalyticsLive($browser);
61
-        $this->tokens  = new Tokens($browser);
62
-        $this->account  = new Account($browser);
61
+        $this->tokens = new Tokens($browser);
62
+        $this->account = new Account($browser);
63 63
     }
64 64
 }
Please login to merge, or discard this patch.