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 ( 0fa15b...4b090c )
by
unknown
15s
created
src/TwitterChannel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         if (is_a($twitterMessage, TwitterStatusUpdate::class) && $twitterMessage->getImagePaths()) {
34 34
             $this->twitter->setTimeouts(10, 15);
35 35
 
36
-            $twitterMessage->imageIds = $twitterMessage->getImagePaths()->map(function ($path) {
36
+            $twitterMessage->imageIds = $twitterMessage->getImagePaths()->map(function($path) {
37 37
                 $media = $this->twitter->upload('media/upload', ['media' => $path]);
38 38
 
39 39
                 return $media->media_id_string;
Please login to merge, or discard this patch.