Completed
Branch main (030024)
by Emmanuel
07:02
created
src/Api/TelerivetApi.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
10 10
 {
11 11
 
12 12
 
13
+    /**
14
+     * @param string $authorization
15
+     */
13 16
     public function sendSmsRequest(string $url,Array $data,$authorization)
14 17
     {
15 18
 
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 namespace Epmnzava\Telerivet\Api;
5 5
 
6 6
 
7
-use Epmnzava\Telerivet\Models\SendSmsResponse;
8
-
9 7
 class TelerivetApi
10 8
 {
11 9
 
Please login to merge, or discard this patch.