Test Failed
Pull Request — master (#1575)
by
unknown
04:04
created
src/Payment/Order/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException
50 50
      */
51
-    public function queryByOutTradeNumber(string $number, string $attach='')
51
+    public function queryByOutTradeNumber(string $number, string $attach = '')
52 52
     {
53 53
         return $this->query([
54 54
             'out_trade_no' => $number,
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *
68 68
      * @throws \EasyWeChat\Kernel\Exceptions\InvalidConfigException
69 69
      */
70
-    public function queryByTransactionId(string $transactionId, string $attach='')
70
+    public function queryByTransactionId(string $transactionId, string $attach = '')
71 71
     {
72 72
         return $this->query([
73 73
             'transaction_id' => $transactionId,
Please login to merge, or discard this patch.