Completed
Push — master ( 768def...db0879 )
by Vitaliy
04:17
created
src/Element/Checkbox.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
      * @return string
98 98
      */
99 99
     public function render() {
100
-      return '<label>' . static::tag($this->tag, $this->attributes) . $this->label . '</label>';
100
+      return '<label>'.static::tag($this->tag, $this->attributes).$this->label.'</label>';
101 101
     }
102 102
 
103 103
 
Please login to merge, or discard this patch.