Passed
Branch feature-display-duration (e782aa)
by Chubarov
04:07
created
src/Actions/Read.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
             }
104 104
             $ParameterQuery.=  " ".$param;
105 105
         }
106
-         $this->concatenationUrlCurl($ParameterQuery);
106
+            $this->concatenationUrlCurl($ParameterQuery);
107 107
 
108 108
         return $this;
109 109
     }
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
         $urlHome      = config($this->kernel->getPrefixConfig() . '.UrlHome');
163 163
 
164 164
         $response     =  $this->kernel->getCurl()->request($this->HTTP_TYPE, $urlHome . $url,
165
-                         $this->debug()->headers()->getCookie()->httpErrorsFalse()->get()
165
+                            $this->debug()->headers()->getCookie()->httpErrorsFalse()->get()
166 166
         );
167 167
         $body         = $response->getBody();
168 168
 
Please login to merge, or discard this patch.