Passed
Push — master ( c28736...a1fc90 )
by Tarmo
08:09
created
src/Migrations/Version20191006091354.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 // phpcs:ignoreFile
6 6
 /** @noinspection PhpIllegalPsrClassPathInspection */
Please login to merge, or discard this patch.
src/ArgumentResolver/LoggedInUserValueResolver.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/ArgumentResolver/LoggedInUserValueResolver.php
5 5
  *
Please login to merge, or discard this patch.
src/ArgumentResolver/EntityValueResolver.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/ArgumentResolver/EntityValueResolver.php
5 5
  *
Please login to merge, or discard this patch.
src/Helpers/StopwatchAwareTrait.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/Helpers/StopwatchAwareTrait.php
5 5
  *
Please login to merge, or discard this patch.
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.