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 ( 4880e2...f70d4a )
by
unknown
03:34 queued 10s
created
src/DropboxAdapter.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\FlysystemDropbox;
4 4
 
5
-use Exception;
6
-use LogicException;
7
-use Spatie\Dropbox\Client;
8
-use League\Flysystem\Config;
9 5
 use League\Flysystem\Adapter\AbstractAdapter;
10 6
 use League\Flysystem\Adapter\Polyfill\NotSupportingVisibilityTrait;
7
+use League\Flysystem\Config;
8
+use LogicException;
9
+use Spatie\Dropbox\Client;
11 10
 use Spatie\Dropbox\Exceptions\BadRequest;
12 11
 
13 12
 class DropboxAdapter extends AbstractAdapter
Please login to merge, or discard this patch.