Completed
Pull Request — master (#33)
by Robbert van den
03:06
created
src/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -144,6 +144,9 @@
 block discarded – undo
144 144
         return $this->responseMessage;
145 145
     }
146 146
 
147
+    /**
148
+     * @return string
149
+     */
147 150
     protected function findFaultClass(ResponseInterface $response)
148 151
     {
149 152
         if (strpos($response->getHeaderLine('Content-Type'), 'application/soap+xml') !== false) {
Please login to merge, or discard this patch.