@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\SwaggerBundle package. |
4 | 4 | * |
@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | ->expects($this->once()) |
172 | 172 | ->method('assemble') |
173 | 173 | ->willReturnCallback( |
174 | - function ( |
|
174 | + function( |
|
175 | 175 | Operation $operation, |
176 | 176 | array $query, |
177 | 177 | array $attributes, |
@@ -214,7 +214,7 @@ discard block |
||
214 | 214 | ->expects($this->once()) |
215 | 215 | ->method('assemble') |
216 | 216 | ->willReturnCallback( |
217 | - function ( |
|
217 | + function( |
|
218 | 218 | Operation $operation, |
219 | 219 | array $query, |
220 | 220 | array $attributes, |
@@ -232,7 +232,7 @@ discard block |
||
232 | 232 | ->method('hydrate') |
233 | 233 | ->with($body, $this->isInstanceOf(Schema::class)) |
234 | 234 | ->willReturnCallback( |
235 | - function () use ($dto) { |
|
235 | + function() use ($dto) { |
|
236 | 236 | return $dto; |
237 | 237 | } |
238 | 238 | ); |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\SwaggerBundle package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\SwaggerBundle package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\SwaggerBundle package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\SwaggerBundle package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | use Symfony\Component\Config\Loader\LoaderInterface; |
4 | 4 | use Symfony\Component\HttpKernel\Kernel; |
@@ -29,6 +29,6 @@ discard block |
||
29 | 29 | */ |
30 | 30 | public function registerContainerConfiguration(LoaderInterface $loader) |
31 | 31 | { |
32 | - $loader->load(__DIR__ . '/config_' . $this->getEnvironment() . '.yml'); |
|
32 | + $loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml'); |
|
33 | 33 | } |
34 | 34 | } |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\RestETagBundle package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\SwaggerBundle package. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\SwaggerBundle package. |
4 | 4 | * |