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 ( 1c7f7f...f34d69 )
by Sebastian
04:18
created
src/Destinations/FilesystemDestination.php 1 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\Export\Destinations;
4 4
 
5
-use Spatie\Export\Destination;
6 5
 use Illuminate\Contracts\Filesystem\Filesystem;
6
+use Spatie\Export\Destination;
7 7
 
8 8
 class FilesystemDestination implements Destination
9 9
 {
Please login to merge, or discard this patch.
src/Exporter.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Export;
4 4
 
5
-use Spatie\Export\Jobs\CrawlSite;
6 5
 use Illuminate\Contracts\Bus\Dispatcher;
7 6
 use Spatie\Export\Jobs\CleanDestination;
8
-use Spatie\Export\Jobs\cleanBeforeExportDestination;
7
+use Spatie\Export\Jobs\CrawlSite;
9 8
 
10 9
 class Exporter
11 10
 {
Please login to merge, or discard this patch.