Completed
Pull Request — master (#7)
by
unknown
02:11
created
src/Request/Abstracts/AbstractRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
      * @inheritdoc
167 167
      */
168 168
     public function getResponse(){
169
-       return $this->CurlResponse;
169
+        return $this->CurlResponse;
170 170
     }
171 171
 
172 172
     /**
Please login to merge, or discard this patch.