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 ( c871b7...e1b15e )
by Freek
01:43
created
src/CrawlLogger.php 2 patches
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.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\HttpStatusCheck;
4 4
 
5
-use Spatie\Crawler\Url;
6 5
 use Spatie\Crawler\CrawlObserver;
6
+use Spatie\Crawler\Url;
7 7
 use Symfony\Component\Console\Output\OutputInterface;
8 8
 
9 9
 class CrawlLogger implements CrawlObserver
Please login to merge, or discard this patch.