Passed
Push — master ( 4bf6b9...8c6844 )
by Jared
33s
created
src/CultureKings/Afterpay/Service/Payments.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      *
43 43
      * I would of liked to call this list() but it's a reserved keyword in < php7
44 44
      */
45
-    public function listPayments(array $filters = [])
45
+    public function listPayments(array $filters = [ ])
46 46
     {
47 47
         $result = $this->getClient()->get(
48 48
             'payments',
Please login to merge, or discard this patch.