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