Passed
Push — master ( 9aa4d3...7ff004 )
by Songda
01:55
created
src/Plugin/Wechat/Marketing/Coupon/QueryCouponDetailPlugin.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -39,9 +39,9 @@
 block discarded – undo
39 39
             throw new InvalidParamsException(Exception::MISSING_NECESSARY_PARAMS);
40 40
         }
41 41
 
42
-        return 'v3/marketing/favor/users/'.
43
-            $payload->get('openid').
44
-            '/coupons/'.$payload->get('coupon_id').
45
-            '?appid='.$appid;
42
+        return 'v3/marketing/favor/users/' .
43
+            $payload->get('openid') .
44
+            '/coupons/' . $payload->get('coupon_id') .
45
+            '?appid=' . $appid;
46 46
     }
47 47
 }
Please login to merge, or discard this patch.