@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Rest/SearchTermInterface.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Rest/Doc/RouteModel.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Rest/Describer/ApiDocDescriberInformation.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Rest/Describer/Responses.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Rest/Describer/Response.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Rest/Describer/Rest.php |
| 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 | * /src/Rest/Describer/Tags.php |
| 5 | 5 | * |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | 'tags' => [], |
| 33 | 33 | ]; |
| 34 | 34 | |
| 35 | - $filter = function ($annotation): bool { |
|
| 35 | + $filter = function($annotation): bool { |
|
| 36 | 36 | return $annotation instanceof SWG\Tag; |
| 37 | 37 | }; |
| 38 | 38 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Rest/Describer/Summary.php |
| 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 | * /src/Rest/Describer/Security.php |
| 5 | 5 | * |
@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | */ |
| 47 | 47 | public function process(Operation $operation, RouteModel $routeModel): void |
| 48 | 48 | { |
| 49 | - $filter = function ($annotation): bool { |
|
| 49 | + $filter = function($annotation): bool { |
|
| 50 | 50 | return $annotation instanceof SecurityAnnotation; |
| 51 | 51 | }; |
| 52 | 52 | |