Completed
Push — master ( 0e777b...315ea8 )
by Asmir
22s queued 10s
created
src/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -139,6 +139,9 @@
 block discarded – undo
139 139
         return $this->responseMessage;
140 140
     }
141 141
 
142
+    /**
143
+     * @return string
144
+     */
142 145
     protected function findFaultClass(ResponseInterface $response)
143 146
     {
144 147
         if (strpos($response->getHeaderLine('Content-Type'), 'application/soap+xml') === 0) {
Please login to merge, or discard this patch.