Passed
Branch master (b4ac3b)
by Tarmo
05:51
created
src/Command/HelperConfigure.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/Command/HelperConfigure.php
5 5
  *
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
          *
35 35
          * @return InputOption
36 36
          */
37
-        $iterator = function (array $input): InputOption {
37
+        $iterator = function(array $input): InputOption {
38 38
             return new InputOption(
39 39
                 $input['name'],
40 40
                 $input['shortcut'] ?? null,
Please login to merge, or discard this patch.
src/Resource/UserGroupResource.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/Resource/UserGroupResource.php
5 5
  *
Please login to merge, or discard this patch.
src/Resource/ApiKeyResource.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/Resource/ApiKeyResource.php
5 5
  *
Please login to merge, or discard this patch.
src/Resource/LogLoginResource.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/Resource/LogLoginResource.php
5 5
  *
Please login to merge, or discard this patch.
src/Resource/HealthzResource.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/Resource/HealthzResource.php
5 5
  *
Please login to merge, or discard this patch.
src/Resource/RoleResource.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/Resource/RoleResource.php
5 5
  *
Please login to merge, or discard this patch.
src/Resource/UserResource.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/Resource/UserResource.php
5 5
  *
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
          *
80 80
          * @return bool
81 81
          */
82
-        $filter = function (Entity $user) use ($userGroup): bool {
82
+        $filter = function(Entity $user) use ($userGroup): bool {
83 83
             $user->setRolesService($this->roles);
84 84
 
85 85
             return \in_array($userGroup->getRole()->getId(), $user->getRoles(), true);
Please login to merge, or discard this patch.
src/Resource/LogRequestResource.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/Resource/LogRequestResource.php
5 5
  *
Please login to merge, or discard this patch.
src/Resource/DateDimensionResource.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/Resource/DateDimensionResource.php
5 5
  *
Please login to merge, or discard this patch.