Completed
Push — master ( fc9832...a3f12b )
by Flo
02:20
created
src/Form/AbstractFormBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@
 block discarded – undo
277 277
      *
278 278
      * @throws FormInvalidException
279 279
      */
280
-    private function _addValidators(AbstractType &$typeClass, array $definition)
280
+    private function _addValidators(AbstractType & $typeClass, array $definition)
281 281
     {
282 282
         if (!empty($definition['validator'])) {
283 283
 
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.