Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim authored and github-actions[bot] committed May 4, 2024
1 parent fa833ea commit 9c1192f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Vendors/IslamiBankApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,6 @@ public function xmlGenerate($string, $method): string
/**
* Response Code List
* These codes will return in all operations.
*
* @param int $code
* @return string
*/
private function __responseCodeList(int $code): string
{
Expand Down Expand Up @@ -461,9 +458,6 @@ private function __responseCodeList(int $code): string
/**
* Response Status Code List
* These codes will return in only Fetch Remittance Status (fetchWSMessageStatus) operation.
*
* @param string $code
* @return string
*/
private function __responseStatusCodeList(string $code): string
{
Expand Down Expand Up @@ -498,9 +492,6 @@ private function __responseStatusCodeList(string $code): string

/**
* Instrument/Payment Type Code
*
* @param int $code
* @return string
*/
private function __instrumentOrPaymentTypeCode(int $code): string
{
Expand All @@ -519,9 +510,6 @@ private function __instrumentOrPaymentTypeCode(int $code): string

/**
* Beneficiary Identity Type Code
*
* @param int $code
* @return string
*/
private function __beneficiaryIdentityTypeCode(int $code): string
{
Expand Down

0 comments on commit 9c1192f

Please sign in to comment.