Completed
Push — master ( 437efd...3ce536 )
by
unknown
15s queued 13s
created
src/Sms/AbstractNetgsmMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
     }
290 290
 
291 291
     /**
292
-     * @return mixed
292
+     * @return string
293 293
      */
294 294
     public function getJobId(): string
295 295
     {
Please login to merge, or discard this patch.
src/NetgsmApiClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
     protected $credentials = [];
19 19
 
20 20
     /**
21
-     * @param  mixed  $client
21
+     * @param  ClientInterface  $client
22 22
      * @return self
23 23
      */
24 24
     public function setClient(ClientInterface $client): self
@@ -42,8 +42,8 @@  discard block
 block discarded – undo
42 42
     /**
43 43
      * Sends requests to netgsm api endpoints with specified credentials.
44 44
      *
45
-     * @param $method
46
-     * @param $url
45
+     * @param string $method
46
+     * @param string $url
47 47
      * @param  null  $params
48 48
      * @param  array  $headers
49 49
      * @return string
Please login to merge, or discard this patch.
src/Report/AbstractNetgsmReport.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
     /**
190 190
      * validates the response returned from netgsm report api.
191 191
      *
192
-     * @param $response
192
+     * @param string $response
193 193
      * @return bool
194 194
      * @throws ReportException
195 195
      */
Please login to merge, or discard this patch.