Passed
Pull Request — master (#2581)
by Tarmo
07:10
created
src/Controller/v1/Role/FindOneRoleController.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/v1/Role/FindOneRoleController.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/v1/Role/RoleController.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/v1/Role/RoleController.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/v1/Role/InheritedRolesController.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/v1/Role/InheritedRolesController.php
5 5
  *
Please login to merge, or discard this patch.
src/Doctrine/DBAL/Types/Types.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/Types.php
5 5
  *
Please login to merge, or discard this patch.
migrations/Version20211118171749.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
 // phpcs:ignoreFile
5 5
 namespace DoctrineMigrations;
Please login to merge, or discard this patch.
src/Enum/Locale.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/Enum/Locale.php
5 5
  *
Please login to merge, or discard this patch.
src/Enum/Language.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/Enum/Language.php
5 5
  *
Please login to merge, or discard this patch.
src/Repository/Traits/RepositoryMethodsTrait.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/Repository/Traits/RepositoryMethodsTrait.php
5 5
  *
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * @psalm-param string|AbstractQuery::HYDRATE_*|null $hydrationMode
41 41
      */
42
-    public function findAdvanced(string $id, string | int | null $hydrationMode = null): null | array | EntityInterface
42
+    public function findAdvanced(string $id, string|int|null $hydrationMode = null): null|array|EntityInterface
43 43
     {
44 44
         // Get query builder
45 45
         $queryBuilder = $this->getQueryBuilder();
Please login to merge, or discard this patch.
migrations/Version20220312135411.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
 // phpcs:ignoreFile
5 5
 namespace DoctrineMigrations;
Please login to merge, or discard this patch.