Passed
Pull Request — master (#148)
by Matt
04:13
created
src/Controller/StatsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     ): array {
86 86
 
87 87
         $data['labels'] = array_map(fn($dp): string => $dp['periodLabel'], $sourceStats);
88
-        foreach($seriesDefinitions as $series) {
88
+        foreach ($seriesDefinitions as $series) {
89 89
             $data['datasets'][] = [
90 90
                 'label' => $series['label'],
91 91
                 'backgroundColor' => $series['colour'],
Please login to merge, or discard this patch.