Completed
Pull Request — master (#1645)
by Yanick
32:16
created
src/Action/BatchEndpointAction.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\Action;
15 15
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/Bridge/Symfony/Routing/ApiLoader.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\Bridge\Symfony\Routing;
15 15
 
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
         }
134 134
 
135 135
         if ($this->batchEndpointEnabled) {
136
-            $routeCollection->add(RouteNameGenerator::ROUTE_NAME_PREFIX . 'batch_endpoint', new Route(
136
+            $routeCollection->add(RouteNameGenerator::ROUTE_NAME_PREFIX.'batch_endpoint', new Route(
137 137
                 '/batch', // TODO: make configurable
138 138
                 [
139 139
                     '_controller' => self::DEFAULT_ACTION_PATTERN.'batch_endpoint',
Please login to merge, or discard this patch.