Completed
Pull Request — master (#1597)
by Kévin
03:21
created
src/Graphql/Resolver/Factory/ItemMutationResolverFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
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
 
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 
53 53
     public function __invoke(string $resourceClass = null, string $rootClass = null, string $operationName = null): callable
54 54
     {
55
-        return function ($root, $args, $context, ResolveInfo $info) use ($resourceClass, $operationName) {
55
+        return function($root, $args, $context, ResolveInfo $info) use ($resourceClass, $operationName) {
56 56
             $data = ['clientMutationId' => $args['input']['clientMutationId'] ?? null];
57 57
             $item = null;
58 58
 
Please login to merge, or discard this patch.