Completed
Push — master ( 0233f4...0c7686 )
by Tarmo
33s queued 23s
created
src/Controller/HealthzController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Controller/HealthzController.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/VersionController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Controller/VersionController.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/IndexController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Controller/IndexController.php
5 5
  *
Please login to merge, or discard this patch.
src/Doctrine/DBAL/Types/EnumType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
ecs.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.
src/EventSubscriber/AcceptLanguageSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/EventSubscriber/AcceptLanguageSubscriber.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/RolesService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Security/RolesService.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/Interfaces/ApiKeyUserInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Security/Interfaces/ApiKeyUserInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/Interfaces/RolesServiceInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Security/Interfaces/RolesServiceInterface.php
5 5
  *
Please login to merge, or discard this patch.