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 ( 39ce20...a86b83 )
by Freek
01:15
created
src/CrawlLogger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 
118 118
     /**
119 119
      * @param string|null $haystack
120
-     * @param string|array $needles
120
+     * @param string $needles
121 121
      *
122 122
      * @return bool
123 123
      */
Please login to merge, or discard this patch.
src/ScanCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\RequestOptions;
6 6
 use Spatie\Crawler\CrawlAllUrls;
7
-use Spatie\Crawler\Crawler;
8 7
 use Spatie\Crawler\CrawlInternalUrls;
8
+use Spatie\Crawler\Crawler;
9 9
 use Symfony\Component\Console\Command\Command;
10 10
 use Symfony\Component\Console\Input\InputArgument;
11 11
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.