@@ -1,5 +1,5 @@ discard block |
||
| 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 |
||
| 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 | } |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Zoho\Subscription\Api; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ discard block |
||
| 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 |
||
| 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 | } |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Zoho\Subscription\Api; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Zoho\Subscription\Api; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Zoho\Subscription\Api; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Zoho\Subscription\Api; |
| 5 | 5 | |