Passed
Push — master ( f32054...0e8b83 )
by Tarmo
107:11 queued 42:11
created
src/AutoMapper/User/RequestMapper.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/AutoMapper/User/RequestMapper.php
5 5
  *
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     protected function transformUserGroups(array $userGroups): array
54 54
     {
55 55
         return array_map(
56
-            fn (string $userGroupUuid): UserGroup => $this->userGroupResource->getReference($userGroupUuid),
56
+            fn(string $userGroupUuid): UserGroup => $this->userGroupResource->getReference($userGroupUuid),
57 57
             $userGroups
58 58
         );
59 59
     }
Please login to merge, or discard this patch.
src/AutoMapper/ApiKey/RequestMapper.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/AutoMapper/ApiKey/RequestMapper.php
5 5
  *
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     protected function transformUserGroups(array $userGroups): array
52 52
     {
53 53
         return array_map(
54
-            fn (string $userGroupUuid): UserGroup => $this->userGroupResource->getReference($userGroupUuid),
54
+            fn(string $userGroupUuid): UserGroup => $this->userGroupResource->getReference($userGroupUuid),
55 55
             $userGroups
56 56
         );
57 57
     }
Please login to merge, or discard this patch.
src/Entity/Interfaces/EntityInterface.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/Entity/Interfaces/EntityInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Entity/Interfaces/UserGroupAwareInterface.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/Entity/Interfaces/UserGroupAwareInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Entity/Interfaces/UserInterface.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/Entity/Interfaces/UserInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/Interfaces/ApiKeyUserProviderInterface.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/ApiKeyUserProviderInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/Interfaces/SecurityUserInterface.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/SecurityUserInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Utils/Interfaces/RequestLoggerInterface.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/Utils/Interfaces/RequestLoggerInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Utils/Interfaces/LoginLoggerInterface.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/Utils/Interfaces/LoginLoggerInterface.php
5 5
  *
Please login to merge, or discard this patch.