Passed
Pull Request — develop (#71)
by
unknown
03:02
created
Controller/ChartController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
             ->getRanking($chart, null, $maxRank);
31 31
 
32 32
 
33
-        for ($i=0; $i<=count($ranking)-1; $i++) {
33
+        for ($i = 0; $i <= count($ranking) - 1; $i++) {
34 34
             foreach ($chart->getLibs() as $lib) {
35 35
                 $key = $lib->getIdLibChart();
36 36
                 // format value
Please login to merge, or discard this patch.