Completed
Branch feat/no-more-form-types-in-con... (ca14f0)
by Tarmo
04:21
created
src/DTO/ApiKey/ApiKeyCreate.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/DTO/ApiKey/ApiKeyCreate.php
5 5
  *
Please login to merge, or discard this patch.
src/DTO/ApiKey/ApiKey.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/DTO/ApiKey/ApiKey.php
5 5
  *
Please login to merge, or discard this patch.
src/DTO/ApiKey/ApiKeyUpdate.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/DTO/ApiKey/ApiKeyUpdate.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/ControllerCollection.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/Rest/ControllerCollection.php
5 5
  *
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      */
62 62
     public function filter(?string $className): Closure
63 63
     {
64
-        return static function (ControllerInterface $restController) use ($className): bool {
64
+        return static function (ControllerInterface $restController) use ($className) : bool {
65 65
             return $className !== null && $restController instanceof $className;
66 66
         };
67 67
     }
Please login to merge, or discard this patch.
src/Resource/Collection.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/Collection.php
5 5
  *
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      */
49 49
     public function filter(?string $className): Closure
50 50
     {
51
-        return static function (RestResourceInterface $restResource) use ($className): bool {
51
+        return static function (RestResourceInterface $restResource) use ($className) : bool {
52 52
             return $className !== null && $restResource instanceof $className;
53 53
         };
54 54
     }
Please login to merge, or discard this patch.
src/Rest/Traits/RestResourcePatch.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/RestResourcePatch.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Actions/RestActionBase.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/Actions/MethodHelper.php
5 5
  *
Please login to merge, or discard this patch.
src/AutoMapper/ApiKey/AutoMapperConfiguration.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/AutoMapper/ApiKey/AutoMapperConfiguration.php
5 5
  *
Please login to merge, or discard this patch.
src/AutoMapper/User/AutoMapperConfiguration.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/AutoMapper/User/AutoMapperConfiguration.php
5 5
  *
Please login to merge, or discard this patch.