Passed
Push — 3.x ( 7ee7af...35a182 )
by Enjoys
02:24
created
src/Renderer/BaseRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     protected Form $form;
42 42
     protected array $elements = [];
43 43
     
44
-    public function __construct(Form $form = null){   
44
+    public function __construct(Form $form = null) {   
45 45
         $this->form = $this->setForm($form ?? new Form());
46 46
     }
47 47
     /**
Please login to merge, or discard this patch.