Skip to content

Commit 1f8d375

Browse files
committed
apply fixes from styleCI
1 parent a6f2443 commit 1f8d375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gateways/Alipay/Alipay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ protected function getResult($config_biz, $method)
223223
$method = str_replace('.', '_', $method).'_response';
224224

225225
$data = json_decode(
226-
mb_convert_encoding($this->post($this->gateway, $this->config), "utf-8", "gb2312"),
226+
mb_convert_encoding($this->post($this->gateway, $this->config), 'utf-8', 'gb2312'),
227227
true
228228
);
229229

0 commit comments

Comments
 (0)