Test Setup Failed
Push — master ( 27bb17...16acb2 )
by Emmanuel
02:25
created
src/Payant.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -590,7 +590,7 @@
 block discarded – undo
590 590
 
591 591
     /**
592 592
     * [addPayment]
593
-    * @param [string] $method       [Mandatory - request method <get | post | put | delete> ]
593
+    * @param string $method       [Mandatory - request method <get | post | put | delete> ]
594 594
     * @param [string] $url           [Mandatory - url to send request to]
595 595
     * @param [array] $params         [data to post to request url]
596 596
     */
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,10 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use GuzzleHttp\Client;
15 15
 use Illuminate\Support\Facades\Config;
16
-use Olaoluwa98\Payant\Exceptions\ApiRequestError;
17
-use Olaoluwa98\Payant\Exceptions\InvalidCredentials;
18 16
 use Olaoluwa98\Payant\Exceptions\InvalidFeeBearer;
19
-use Olaoluwa98\Payant\Exceptions\InvalidParameterType;
20 17
 use Olaoluwa98\Payant\Exceptions\IsInvalid;
21 18
 use Olaoluwa98\Payant\Exceptions\IsNull;
22 19
 use Olaoluwa98\Payant\Exceptions\IsNullOrInvalid;
Please login to merge, or discard this patch.