Completed
Push — develop ( e2d101...8d74c2 )
by Mikaël
31:41
created
SoapClient/SoapClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@  discard block
 block discarded – undo
17 17
      * @param string $location
18 18
      * @param string $action
19 19
      * @param string $version
20
-     * @param number $one_way
21
-     * @return mixed
20
+     * @param integer $one_way
21
+     * @return string
22 22
      */
23 23
     public function __doRequest($request, $location, $action, $version, $one_way = 0)
24 24
     {
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     }
37 37
     /**
38 38
      * Sets last request values
39
-     * @param string $_lastRequest
39
+     * @param string $lastRequest
40 40
      * @return string
41 41
      */
42 42
     public function __setLastRequest($lastRequest)
Please login to merge, or discard this patch.