Passed
Pull Request — master (#753)
by Alexandr
61:14
created
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/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/ApiKeyUser.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/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/RolesInterface.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.