Completed
Pull Request — master (#2)
by
unknown
02:14
created
src/ScayTrase/WebSMS/Driver/FormDriver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return $data;
64 64
     }
65 65
 
66
+    /**
67
+     * @param string $url
68
+     */
66 69
     private function doRealRequest($url, array $options)
67 70
     {
68 71
         $request = new FormRequest(Request::METHOD_POST);
Please login to merge, or discard this patch.