Passed
Pull Request — master (#1299)
by Tarmo
07:08
created
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.
src/Doctrine/DBAL/Types/EnumLanguageType.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/EnumLanguageType.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/Localization/LocaleController.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/Controller/Localization/LocaleController.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/Localization/LanguageController.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/Controller/Localization/LanguageController.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/Localization/TimeZoneController.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/Controller/Localization/TimezoneController.php
5 5
  *
Please login to merge, or discard this patch.
src/Service/Localization.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/Service/Localization.php
5 5
  *
Please login to merge, or discard this patch.
src/Validator/Constraints/TimezoneValidator.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/Validator/Constraints/TimezoneValidator.php
5 5
  *
Please login to merge, or discard this patch.