Test Failed
Push — master ( ecdde5...dd7a53 )
by Enjoys
06:21
created
src/Element.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     {
69 69
         $this->form = $form;
70 70
         $this->setDefault();
71
-        if($this instanceof FillableInterface){
71
+        if ($this instanceof FillableInterface) {
72 72
             foreach ($this->getElements() as $element) {
73 73
                 $element->setDefault($this->getDefaultValue());
74 74
             }
Please login to merge, or discard this patch.