Passed
Push — main ( d45a63...f487df )
by Stefan
02:34
created
SKien/Formgenerator/FormStarRate.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
             for ($iStar = $iStarCount; $iStar > 0; $iStar--) {
117 117
                 $strInputClassCSS = ($iStar == $iStarCount) ? ' class="best"' : '';
118 118
                 $strId = $this->strName . 'Star' . $iStar;
119
-                $strTitle = ($this->aTitles && isset($this->aTitles[$iStar-1])) ? $this->aTitles[$iStar-1] : $iStar . ' Star';
119
+                $strTitle = ($this->aTitles && isset($this->aTitles[$iStar - 1])) ? $this->aTitles[$iStar - 1] : $iStar . ' Star';
120 120
 
121 121
                 $strHTML .= '        <input' . $strInputClassCSS;
122 122
                 $strHTML .= ' type="radio" id="' . $strId . '"';
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
                 $strHTML .= ' id="' . $strId . 'Label"';
130 130
                 $strHTML .= ' title="' . $strTitle . '"></label>' . PHP_EOL;
131 131
             }
132
-            $strHTML .= '    </div>' . PHP_EOL;;
132
+            $strHTML .= '    </div>' . PHP_EOL; ;
133 133
 
134 134
             $strHTML .= '</div>' . PHP_EOL;
135 135
         }
Please login to merge, or discard this patch.