Completed
Branch master (59a857)
by Jan Willem
09:21
created
src/SharefileAdapter.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,12 +3,12 @@
 block discarded – undo
3 3
 namespace Kapersoft\FlysystemSharefile;
4 4
 
5 5
 use Exception;
6
-use League\Flysystem\Util;
7
-use League\Flysystem\Config;
8 6
 use Kapersoft\Sharefile\Client;
9 7
 use League\Flysystem\Adapter\AbstractAdapter;
10
-use League\Flysystem\Adapter\Polyfill\StreamedTrait;
11 8
 use League\Flysystem\Adapter\Polyfill\NotSupportingVisibilityTrait;
9
+use League\Flysystem\Adapter\Polyfill\StreamedTrait;
10
+use League\Flysystem\Config;
11
+use League\Flysystem\Util;
12 12
 
13 13
 /**
14 14
  * Flysysten ShareFile Adapter.
Please login to merge, or discard this patch.