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