Completed
Push — master ( acf963...6432fe )
by Filippo
03:01
created
src/SMSFactor.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * @param AdapterInterface $adapter
45
+     * @param string $content_type
45 46
      */
46 47
     public function __construct(AdapterInterface $adapter, $content_type, $endpoint = null)
47 48
     {
@@ -275,7 +276,7 @@  discard block
 block discarded – undo
275 276
     }
276 277
 
277 278
     /**
278
-     * @return mixed
279
+     * @return \SimpleXMLElement
279 280
      */
280 281
     public function deliveryReport($params)
281 282
     {
Please login to merge, or discard this patch.