Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
elmage authored and StyleCIBot committed Aug 20, 2020
1 parent b6b5dfe commit cc42307
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ public function sendSMS(
}

/**
* add customer to category list
* add customer to category list.
*
* @param string $customerName
* @param string $customerPhone
* @param $categoryID
*
* @return array
*/
public function createCustomer(string $customerName, string $customerPhone, string $categoryID): array
Expand Down Expand Up @@ -146,11 +147,12 @@ public function removeCustomer(string $customerPhone, string $categoryID): array
}

/**
* Get delivery report for an SMS transaction
* Get delivery report for an SMS transaction.
*
* @param string $reference
* @param $req
* @param $used_route
*
* @return array
*/
public function getDeliveryReport(string $reference, $req, $used_route)
Expand Down

0 comments on commit cc42307

Please sign in to comment.