Completed
Push — master ( 8bc9d2...ec70be )
by Márk
01:58
created
src/Exception/BadResponseException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
10 10
 class BadResponseException extends RequestException
11 11
 {
12 12
 
13
+    /**
14
+     * @param string $message
15
+     */
13 16
     public function __construct(
14 17
         $message,
15 18
         RequestInterface $request,
Please login to merge, or discard this patch.