@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the KleijnWeb\SwaggerBundle package. |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the KleijnWeb\SwaggerBundle package. |
5 | 5 | * |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the KleijnWeb\SwaggerBundle package. |
5 | 5 | * |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | $jsonEncoderMock |
47 | 47 | ->expects($this->once()) |
48 | 48 | ->method('encode') |
49 | - ->willReturnCallback(function ($string) { |
|
49 | + ->willReturnCallback(function($string) { |
|
50 | 50 | $data = json_encode($string); |
51 | 51 | if (is_null($data)) { |
52 | 52 | throw new \Exception(); |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the KleijnWeb\SwaggerBundle package. |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the KleijnWeb\SwaggerBundle package. |
5 | 5 | * |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the KleijnWeb\SwaggerBundle package. |
5 | 5 | * |
@@ -243,7 +243,7 @@ discard block |
||
243 | 243 | |
244 | 244 | $definitionPaths = array_keys((array)$pathDefinitions); |
245 | 245 | sort($definitionPaths); |
246 | - $routePaths = array_map(function ($route) { |
|
246 | + $routePaths = array_map(function($route) { |
|
247 | 247 | return $route->getPath(); |
248 | 248 | }, $routes->getIterator()->getArrayCopy()); |
249 | 249 | sort($routePaths); |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the KleijnWeb\SwaggerBundle package. |
5 | 5 | * |