Completed
Push — master ( 1fd54f...5bfd33 )
by Wesley
03:04
created
src/Hotmart.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.