Completed
Push — master ( 8813b2...5b4b97 )
by Flo
04:17
created
src/Http/Request.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
      */
154 154
     public function setBody($body)
155 155
     {
156
-       $this->body = $body;
156
+        $this->body = $body;
157 157
     }
158 158
 
159 159
     /**
Please login to merge, or discard this patch.
src/Form/Type/AbstractType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
         }
296 296
 
297 297
         if (empty($this->getType()) && !empty($this->definition['type'])) {
298
-             $this->setType($this->definition['type']);
298
+                $this->setType($this->definition['type']);
299 299
         }
300 300
 
301 301
         if (empty($this->getValue()) && !empty($this->definition['value'])) {
Please login to merge, or discard this patch.