@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace ApiPlatform\Core\GraphQl\Resolver\Factory; |
15 | 15 | |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | |
63 | 63 | public function __invoke(string $resourceClass = null, string $rootClass = null, string $operationName = null): callable |
64 | 64 | { |
65 | - return function ($source, $args, $context, ResolveInfo $info) use ($resourceClass, $rootClass) { |
|
65 | + return function($source, $args, $context, ResolveInfo $info) use ($resourceClass, $rootClass) { |
|
66 | 66 | if ($this->requestStack && null !== $request = $this->requestStack->getCurrentRequest()) { |
67 | 67 | $request->attributes->set( |
68 | 68 | '_graphql_collections_args', |