Completed
Push — master ( ecfb86...c3b739 )
by Bruno
8s
created
lib/Api/Addon.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
 namespace Zoho\Subscription\Api;
5 5
 
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 
39 39
         foreach ($filters as $key => $filter) {
40 40
             if (array_key_exists($key, current($hit))) {
41
-                $hit = array_filter($hit, function ($element) use ($key, $filter) {
41
+                $hit = array_filter($hit, function($element) use ($key, $filter) {
42 42
                     return $element[$key] == $filter;
43 43
                 });
44 44
             }
Please login to merge, or discard this patch.
lib/Api/Customer.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
 namespace Zoho\Subscription\Api;
5 5
 
Please login to merge, or discard this patch.
lib/Api/Plan.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
 namespace Zoho\Subscription\Api;
5 5
 
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     {
126 126
         foreach ($filters as $key => $filter) {
127 127
             if (array_key_exists($key, current($plans))) {
128
-                $plans = array_filter($plans, function ($element) use ($key, $filter) {
128
+                $plans = array_filter($plans, function($element) use ($key, $filter) {
129 129
                     return $element[$key] == $filter;
130 130
                 });
131 131
             }
Please login to merge, or discard this patch.
lib/Api/Invoice.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
 namespace Zoho\Subscription\Api;
5 5
 
Please login to merge, or discard this patch.
lib/Api/Subscription.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
 namespace Zoho\Subscription\Api;
5 5
 
Please login to merge, or discard this patch.
lib/Client/Client.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
 namespace Zoho\Subscription\Api;
5 5
 
Please login to merge, or discard this patch.
lib/Api/HostedPage.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
 namespace Zoho\Subscription\Api;
5 5
 
Please login to merge, or discard this patch.