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