Completed
Pull Request — master (#1478)
by Antoine
04:03
created
Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Bridge\Doctrine\Orm\Extension;
15 15
 
Please login to merge, or discard this patch.
src/GraphQl/Type/SchemaBuilder.php 1 patch
Spacing   +4 added lines, -4 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\Type;
15 15
 
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
                     'description' => 'The id of this node.',
119 119
                 ],
120 120
             ],
121
-            'resolveType' => function ($value) {
121
+            'resolveType' => function($value) {
122 122
                 if (!isset($value[ItemNormalizer::ITEM_KEY])) {
123 123
                     return null;
124 124
                 }
@@ -234,7 +234,7 @@  discard block
 block discarded – undo
234 234
                         }
235 235
 
236 236
                         parse_str($key, $parsed);
237
-                        array_walk_recursive($parsed, function (&$value) use ($graphqlFilterType) {
237
+                        array_walk_recursive($parsed, function(&$value) use ($graphqlFilterType) {
238 238
                             $value = $graphqlFilterType;
239 239
                         });
240 240
                         $args = $this->mergeFilterArgs($args, $parsed, $resourceMetadata, $key);
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
             'name' => $shortName,
388 388
             'description' => $resourceMetadata->getDescription(),
389 389
             'resolveField' => $this->defaultFieldResolver,
390
-            'fields' => function () use ($resourceClass, $resourceMetadata, $input, $mutationName) {
390
+            'fields' => function() use ($resourceClass, $resourceMetadata, $input, $mutationName) {
391 391
                 return $this->getResourceObjectTypeFields($resourceClass, $resourceMetadata, $input, $mutationName);
392 392
             },
393 393
             'interfaces' => [$this->getNodeInterface()],
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Bridge\Doctrine\Orm\Filter;
15 15
 
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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
  * This file is part of the API Platform project.
15 15
  *
Please login to merge, or discard this patch.
src/Identifier/Normalizer/DateTimeIdentifierNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Identifier\Normalizer;
15 15
 
Please login to merge, or discard this patch.
src/Identifier/Normalizer/IdentifierNormalizerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Identifier\Normalizer;
15 15
 
Please login to merge, or discard this patch.
src/Identifier/Normalizer/CompositeIdentifierNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Identifier\Normalizer;
15 15
 
Please login to merge, or discard this patch.
src/Identifier/Normalizer/ChainIdentifierNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Identifier\Normalizer;
15 15
 
Please login to merge, or discard this patch.
src/Identifier/Normalizer/IdentifierDenormalizerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\Identifier\Normalizer;
15 15
 
Please login to merge, or discard this patch.