@@ -15,7 +15,6 @@ |
||
15 | 15 | use Aws\CommandInterface; |
16 | 16 | use GuzzleHttp\Exception\RequestException; |
17 | 17 | use GuzzleHttp\Promise; |
18 | -use GuzzleHttp\Psr7; |
|
19 | 18 | use Psr\Http\Message\RequestInterface; |
20 | 19 | |
21 | 20 | /** |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Aws\CommandInterface; |
6 | 6 | use Aws\Exception\AwsException; |
7 | 7 | use GuzzleHttp\Promise; |
8 | -use GuzzleHttp\Psr7; |
|
9 | 8 | use GuzzleHttp\Promise\PromisorInterface; |
10 | 9 | use Iterator; |
11 | 10 |
@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use CKSource\CKFinder\Acl\AclInterface; |
18 | 18 | use CKSource\CKFinder\Acl\Permission; |
19 | -use CKSource\CKFinder\Backend\Adapter\AwsS3; |
|
20 | 19 | use CKSource\CKFinder\Backend\Adapter\EmulateRenameDirectoryInterface; |
21 | 20 | use CKSource\CKFinder\CKFinder; |
22 | 21 | use CKSource\CKFinder\Config; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use CKSource\CKFinder\Acl\Permission; |
18 | 18 | use CKSource\CKFinder\Config; |
19 | 19 | use CKSource\CKFinder\Event\CKFinderEvent; |
20 | -use CKSource\CKFinder\Event\DownloadFileEvent; |
|
21 | 20 | use CKSource\CKFinder\Event\ProxyDownloadEvent; |
22 | 21 | use CKSource\CKFinder\Exception\AccessDeniedException; |
23 | 22 | use CKSource\CKFinder\Exception\FileNotFoundException; |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use CKSource\CKFinder\Event\BeforeCommandEvent; |
19 | 19 | use CKSource\CKFinder\Event\CKFinderEvent; |
20 | 20 | use CKSource\CKFinder\Exception\InvalidCommandException; |
21 | -use CKSource\CKFinder\Exception\InvalidRequestException; |
|
22 | 21 | use CKSource\CKFinder\Exception\MethodNotAllowedException; |
23 | 22 | use Symfony\Component\HttpKernel\Controller\ControllerResolverInterface; |
24 | 23 | use Symfony\Component\HttpFoundation\Request; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | use GuzzleHttp\Promise as P; |
5 | 5 | use GuzzleHttp\Promise\Promise; |
6 | -use GuzzleHttp\Psr7; |
|
7 | 6 | use Psr\Http\Message\RequestInterface; |
8 | 7 | |
9 | 8 | /** |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use GuzzleHttp\Exception\RequestException; |
5 | 5 | use GuzzleHttp\HandlerStack; |
6 | 6 | use GuzzleHttp\Promise\PromiseInterface; |
7 | -use GuzzleHttp\Promise\RejectedPromise; |
|
8 | 7 | use GuzzleHttp\TransferStats; |
9 | 8 | use Psr\Http\Message\RequestInterface; |
10 | 9 | use Psr\Http\Message\ResponseInterface; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use GuzzleHttp\Exception\RequestException; |
5 | 5 | use GuzzleHttp\Exception\ConnectException; |
6 | 6 | use GuzzleHttp\Promise\FulfilledPromise; |
7 | -use GuzzleHttp\Promise\RejectedPromise; |
|
8 | 7 | use GuzzleHttp\Promise\PromiseInterface; |
9 | 8 | use GuzzleHttp\Psr7; |
10 | 9 | use GuzzleHttp\TransferStats; |
@@ -2,8 +2,6 @@ |
||
2 | 2 | namespace GuzzleHttp; |
3 | 3 | |
4 | 4 | use GuzzleHttp\Promise\PromiseInterface; |
5 | -use GuzzleHttp\Promise\RejectedPromise; |
|
6 | -use GuzzleHttp\Psr7; |
|
7 | 5 | use Psr\Http\Message\RequestInterface; |
8 | 6 | use Psr\Http\Message\ResponseInterface; |
9 | 7 |