@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/Controller/HealthzController.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/Controller/VersionController.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/Controller/IndexController.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/Doctrine/DBAL/Types/EnumType.php |
5 | 5 | * |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | |
36 | 36 | public function getSQLDeclaration(array $column, AbstractPlatform $platform): string |
37 | 37 | { |
38 | - $iterator = static fn (string $value): string => "'" . $value . "'"; |
|
38 | + $iterator = static fn(string $value): string => "'" . $value . "'"; |
|
39 | 39 | |
40 | 40 | return 'ENUM(' . implode(', ', array_map($iterator, self::getValues())) . ')'; |
41 | 41 | } |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /ecs.php |
5 | 5 | * |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | |
48 | 48 | array_map( |
49 | 49 | [$containerConfigurator, 'import'], |
50 | - array_map(static fn (string $path): string => __DIR__ . $path, $imports) |
|
50 | + array_map(static fn(string $path): string => __DIR__ . $path, $imports) |
|
51 | 51 | ); |
52 | 52 | |
53 | 53 | $services = $containerConfigurator->services(); |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | /** |
4 | 4 | * /src/EventSubscriber/AcceptLanguageSubscriber.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/Security/RolesService.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/Security/Interfaces/ApiKeyUserInterface.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/Security/Interfaces/RolesServiceInterface.php |
5 | 5 | * |