Skip to content

Commit

Permalink
Fix check method return value type
Browse files Browse the repository at this point in the history
  • Loading branch information
prinx committed Apr 26, 2021
1 parent c95c1ff commit fa1ea62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Payswitch/MobileMoneyStatusChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class MobileMoneyStatusChecker
const MOMO_RESPONSE_CHECK_ENDPOINT = 'https://[env].theteller.net/v1.1/users/transactions/[transaction_id]/status';

/**
* @var MobileMoneyResponseCheckCallbackHandler
* @var \Prinx\Payswitch\MobileMoneyStatusCheckerResponse
*/
protected $callbackHandler = null;

Expand All @@ -20,7 +20,7 @@ class MobileMoneyStatusChecker
*
* @param string|array $ids
*
* @return MobileMoneyResponseCheckCallbackHandler
* @return \Prinx\Payswitch\MobileMoneyStatusCheckerResponse
*/
public function check($ids)
{
Expand Down

0 comments on commit fa1ea62

Please sign in to comment.