Skip to content

Commit 34a14c6

Browse files
sudiptpaStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 857f0aa commit 34a14c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Message/SecureXMLAbstractRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function getMessageId()
7373

7474
/**
7575
* @param $data
76+
*
7677
* @return mixed
7778
*/
7879
public function sendData($data)

src/SecureXMLGateway.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ public function getName()
1717
public function getDefaultParameters()
1818
{
1919
return array(
20-
'merchantId' => '',
20+
'merchantId' => '',
2121
'transactionPassword' => '',
22-
'testMode' => false,
22+
'testMode' => false,
2323
);
2424
}
2525

0 commit comments

Comments
 (0)