Completed
Push — master ( 981511...5f2ce9 )
by Raphaël
02:19
created
src/Response/CertainResponse.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,9 +61,9 @@
 block discarded – undo
61 61
             $bodyString = $streamBody->getContents();
62 62
 
63 63
             if($contentType === 'json'){
64
-               $response['results'] = $this->jsonp_decode($bodyString, $assoc);
64
+                $response['results'] = $this->jsonp_decode($bodyString, $assoc);
65 65
             }else{
66
-               $response['results']=$bodyString;
66
+                $response['results']=$bodyString;
67 67
             }
68 68
 
69 69
             $response['success'] = true;
Please login to merge, or discard this patch.