Passed
Push — 5.x ( 60e614...8a600a )
by Enjoys
02:06
created
src/Elements/Submit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     public function __construct(string $name = null, string $title = null)
15 15
     {
16
-        if (is_null($name)){
16
+        if (is_null($name)) {
17 17
             $name = uniqid('submit');
18 18
         }
19 19
         parent::__construct($name, $title);
Please login to merge, or discard this patch.