@@ -37,7 +37,7 @@ discard block |
||
| 37 | 37 | $keys = ['startDate', 'endDate']; |
| 38 | 38 | $params = array_filter($params); |
| 39 | 39 | foreach ($keys as $key) { |
| 40 | - if (! array_key_exists($key, $params)) { |
|
| 40 | + if (!array_key_exists($key, $params)) { |
|
| 41 | 41 | throw new InvalidArgumentException("Missing configuration key [$key]."); |
| 42 | 42 | } |
| 43 | 43 | } |
@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | $keys = ['startDate', 'endDate', 'transactionStatus']; |
| 60 | 60 | $params = array_filter($params); |
| 61 | 61 | foreach ($keys as $key) { |
| 62 | - if (! array_key_exists($key, $params)) { |
|
| 62 | + if (!array_key_exists($key, $params)) { |
|
| 63 | 63 | throw new InvalidArgumentException("Missing configuration key [$key]."); |
| 64 | 64 | } |
| 65 | 65 | } |