Skip to content

Commit 43279ca

Browse files
authored
Merge pull request #64 from moufmouf/message-bridge2
Fixing unused statement following upgrade to new Symfony message bridge
2 parents 1d9bcfc + 37b26cf commit 43279ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Controller/GraphqliteController.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,19 @@
1111
use Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory;
1212
use TheCodingMachine\GraphQLite\Http\HttpCodeDecider;
1313
use function array_map;
14-
use GraphQL\Error\ClientAware;
1514
use GraphQL\Error\Debug;
16-
use GraphQL\Error\Error;
1715
use GraphQL\Executor\ExecutionResult;
1816
use GraphQL\Executor\Promise\Promise;
1917
use GraphQL\Server\ServerConfig;
2018
use GraphQL\Server\StandardServer;
2119
use GraphQL\Upload\UploadMiddleware;
22-
use function in_array;
2320
use function json_decode;
2421
use Psr\Http\Message\ServerRequestInterface;
2522
use RuntimeException;
26-
use Symfony\Bridge\PsrHttpMessage\Factory\DiactorosFactory;
2723
use Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface;
28-
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
2924
use Symfony\Component\HttpFoundation\JsonResponse;
3025
use Symfony\Component\HttpFoundation\Request;
3126
use Symfony\Component\HttpFoundation\Response;
32-
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
33-
use Symfony\Component\HttpKernel\HttpKernelInterface;
34-
use Symfony\Component\HttpKernel\KernelEvents;
3527
use Symfony\Component\Routing\Route;
3628
use Symfony\Component\Routing\RouteCollection;
3729
use TheCodingMachine\Graphqlite\Bundle\Context\SymfonyGraphQLContext;

0 commit comments

Comments
 (0)