Passed
Push — main ( 2e1a62...22ca80 )
by Stefan
09:50
created
SKien/Formgenerator/FormStatic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
         $strHTML .= $this->buildStyle();
111 111
         $strHTML .= $this->buildAttributes();
112 112
         $strHTML .= '>';
113
-        if (strlen($this->strLabelFor) > 0 ) {
113
+        if (strlen($this->strLabelFor) > 0) {
114 114
             $strHTML .= '<label for="' . $this->strLabelFor . '">' . $this->strText . '</label>';
115 115
         } else {
116 116
             $strHTML .= $this->strText;
Please login to merge, or discard this patch.