Skip to content

Commit edb3542

Browse files
committed
语法没问题,检测不通过,搞不懂
1 parent def6db2 commit edb3542

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/LegacyAppGateway.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public function getDefaultParameters()
3737
/**
3838
* @return mixed
3939
*/
40-
public function getRnCheck(){
40+
public function getRnCheck()
41+
{
4142
return $this->getParameter('rn_check');
4243
}
4344

@@ -47,7 +48,8 @@ public function getRnCheck(){
4748
*
4849
* @return $this
4950
*/
50-
public function setRnCheck($value){
51+
public function setRnCheck($value)
52+
{
5153
return $this->setParameter('rn_check', $value);
5254
}
5355

@@ -68,7 +70,8 @@ public function purchase(array $parameters = [])
6870
*
6971
* @return LegacyRefundNoPwdRequest
7072
*/
71-
public function refundNoPwd(array $parameters = []){
73+
public function refundNoPwd(array $parameters = [])
74+
{
7275
return $this->createRequest(LegacyRefundNoPwdRequest::class, $parameters);
7376
}
7477
}

0 commit comments

Comments
 (0)