Test Setup Failed
Push — master ( 567fb1...dda424 )
by Syed Abidur
02:05
created
src/Response.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
     private $responseString;
22 22
 
23 23
     /**
24
-      * @param bool   $status
25
-      * @param string $responseString
26
-      */
24
+     * @param bool   $status
25
+     * @param string $responseString
26
+     */
27 27
     public function __construct($status, $responseString)
28 28
     {
29 29
         $this->status = $status;
Please login to merge, or discard this patch.