Completed
Push — feature/YP-3594 ( 051f30...0b3e45 )
by Rémi
02:02
created
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.