@@ -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 @@ |
||
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 | * |
@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | { |
202 | 202 | $exception = new ResourceNotReadableException("Failed reading '$uri'"); |
203 | 203 | |
204 | - set_error_handler(function () use ($exception) { |
|
204 | + set_error_handler(function() use ($exception) { |
|
205 | 205 | throw $exception; |
206 | 206 | }); |
207 | 207 | $response = file_get_contents($uri); |
@@ -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 @@ |
||
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 | * |