@@ -9,7 +9,7 @@ |
||
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; |
@@ -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\Bridge\Symfony\Routing; |
15 | 15 | |
@@ -133,7 +133,7 @@ discard block |
||
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', |