Passed
Pull Request — master (#472)
by
unknown
02:56
created
src/Plugin/Wechat/Pay/Common/QueryPlugin.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,12 +39,12 @@
 block discarded – undo
39 39
         
40 40
         if (!is_null($payload->get('transaction_id'))) {
41 41
             return $baseUriPath . 'id/' . $payload->get('transaction_id') .
42
-                   '?' . http_build_query($uriParams);
42
+                    '?' . http_build_query($uriParams);
43 43
         }
44 44
 
45 45
         if (!is_null($payload->get('out_trade_no'))) {
46 46
             return $baseUriPath . 'out-trade-no/' . $payload->get('out_trade_no') .
47
-                   '?' . http_build_query($uriParams);
47
+                    '?' . http_build_query($uriParams);
48 48
         }
49 49
 
50 50
         throw new InvalidParamsException(InvalidParamsException::MISSING_NECESSARY_PARAMS);
Please login to merge, or discard this patch.