Completed
Pull Request — master (#7)
by
unknown
01:16
created
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
@@ -40,8 +40,8 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param $method
44
-     * @param $url
43
+     * @param string $method
44
+     * @param string $url
45 45
      * @param  null  $params
46 46
      * @param  array  $headers
47 47
      * @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
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
     }
184 184
 
185 185
     /**
186
-     * @param $response
186
+     * @param string $response
187 187
      * @return bool
188 188
      * @throws ReportException
189 189
      */
Please login to merge, or discard this patch.
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.