Completed
Push — master ( 853a8d...d3395c )
by i
04:30
created
src/Alipay/AbstractAlipay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     {
40 40
         $required = ['out_trade_no', 'total_amount', 'subject'];
41 41
         foreach ($required as $key => $item) {
42
-            if (! array_key_exists($item, $order)) {
42
+            if (!array_key_exists($item, $order)) {
43 43
                 throw new \InvalidArgumentException("The {$item} field is required.");
44 44
             }
45 45
         }
Please login to merge, or discard this patch.