Passed
Push — master ( 8e43c9...4981d1 )
by Tarmo
116:46 queued 51:34
created
src/Rest/Interfaces/ResponseHandlerInterface.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/ResponseHandlerInterface.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
  *
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
          *
78 78
          * @return bool
79 79
          */
80
-        $filter = fn (Entity $user): bool => in_array(
80
+        $filter = fn(Entity $user): bool => in_array(
81 81
             $userGroup->getRole()->getId(),
82 82
             $this->rolesService->getInheritedRoles($user->getRoles()),
83 83
             true
Please login to merge, or discard this patch.
src/Security/Handler/TranslatedAuthenticationFailureHandler.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/Handler/TranslatedAuthenticationFailureHandler.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/Utils/CheckDependencies.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/Utils/CheckDependencies.php
5 5
  *
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
          *
126 126
          * @return string
127 127
          */
128
-        $closure = static fn (SplFileInfo $fileInfo): string => $fileInfo->getPath();
128
+        $closure = static fn(SplFileInfo $fileInfo): string => $fileInfo->getPath();
129 129
 
130 130
         /** @var Traversable $iterator */
131 131
         $iterator = $finder->getIterator();
Please login to merge, or discard this patch.
src/AutoMapper/RestRequestMapper.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/RestRequestMapper.php
5 5
  *
@@ -137,6 +137,6 @@  discard block
 block discarded – undo
137 137
      */
138 138
     private function getValidProperties(Request $request): array
139 139
     {
140
-        return array_filter(static::$properties, static fn ($property) => $request->request->has($property));
140
+        return array_filter(static::$properties, static fn($property) => $request->request->has($property));
141 141
     }
142 142
 }
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/RestMethodProcessCriteria.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/RestMethodProcessCriteria.php
5 5
  *
Please login to merge, or discard this patch.
src/Validator/Constraints/EntityReferenceExistsValidator.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/App/Validator/Constraints/EntityReferenceExistsValidator.php
5 5
  *
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     private function getInvalidValues(array $entities): array
121 121
     {
122 122
         return array_map(
123
-            static fn (EntityInterface $entity): string => $entity->getId(),
123
+            static fn(EntityInterface $entity): string => $entity->getId(),
124 124
             array_filter($entities, $this->getFilterClosure())
125 125
         );
126 126
     }
Please login to merge, or discard this patch.
src/Exception/interfaces/ClientErrorInterface.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/Exception/interfaces/ClientErrorInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Doctrine/DBAL/Types/EnumLocaleType.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/Doctrine/DBAL/Types/EnumLocaleType.php
5 5
  *
Please login to merge, or discard this patch.