Completed
Pull Request — master (#37)
by Meng
03:02
created
src/SoapClient.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -57,6 +57,9 @@
 block discarded – undo
57 57
         );
58 58
     }
59 59
 
60
+    /**
61
+     * @param string $name
62
+     */
60 63
     private function interpretResponse(HttpBinding $httpBinding, ResponseInterface $response, $name, &$outputHeaders)
61 64
     {
62 65
         try {
Please login to merge, or discard this patch.