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
Pull Request — master (#10)
by Marcel
11:12 queued 01:42
created
src/TwitterServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         // Bootstrap code here.
15 15
         $this->app->when(TwitterChannel::class)
16 16
             ->needs(Twitter::class)
17
-            ->give(function () {
17
+            ->give(function() {
18 18
                 return new Twitter(config('services.twitter'));
19 19
             });
20 20
     }
Please login to merge, or discard this patch.
src/TwitterMessage.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
     protected $to;
10 10
 
11 11
     /**
12
-     * @param string $content
13 12
      *
14 13
      * @return static
15 14
      */
Please login to merge, or discard this patch.