Passed
Branch master (b4ac3b)
by Tarmo
05:51
created
src/Rest/Traits/RestResourceFindOneBy.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/RestResourceFindOneBy.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/RestResourceCreate.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/RestResourceCreate.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/RestResourceCount.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/Traits/RestResourceCount.php
5 5
  *
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      * @param array   $search
33 33
      * @param integer $count
34 34
      */
35
-    public function afterCount(array &$criteria, array &$search, int &$count): void
35
+    public function afterCount(array &$criteria, array &$search, int&$count): void
36 36
     {
37 37
     }
38 38
 }
Please login to merge, or discard this patch.
src/Rest/Traits/RestResourceSave.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/RestResourceSave.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/DeleteMethod.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/Methods/DeleteMethod.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/FindMethod.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/Methods/FindMethod.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/PatchMethod.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/Methods/PatchMethod.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/UpdateMethod.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/Methods/UpdateMethod.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/CreateMethod.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/Methods/CreateMethod.php
5 5
  *
Please login to merge, or discard this patch.