Passed
Push — master ( f32054...0e8b83 )
by Tarmo
107:11 queued 42:11
created
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.
src/Rest/Interfaces/RestResourceInterface.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/Rest/Interfaces/RestResourceInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/RestResourceBaseMethods.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/Rest/Traits/RestResourceBaseMethods.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Actions/RestActionBase.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/Rest/Traits/Actions/RestActionBase.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/IdsMethod.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/Rest/Traits/Methods/IdsMethod.php
5 5
  *
Please login to merge, or discard this patch.