Test Setup Failed
Push — master ( 31ec20...cd5cc8 )
by Syed Abidur
02:50
created
src/Response.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@  discard block
 block discarded – undo
19 19
     private $responseString;
20 20
 
21 21
     /**
22
-      * @param bool   $status
23
-      * @param string $responseString
24
-      */
22
+     * @param bool   $status
23
+     * @param string $responseString
24
+     */
25 25
     public function __construct($status, $responseString)
26 26
     {
27 27
         $this->status = $status;
@@ -29,10 +29,10 @@  discard block
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-      * Get the response object as a string
33
-      *
34
-      * @return string
35
-      */
32
+     * Get the response object as a string
33
+     *
34
+     * @return string
35
+     */
36 36
     public function __toString()
37 37
     {
38 38
         return json_encode([
Please login to merge, or discard this patch.