Passed
Pull Request — master (#147)
by Matt
04:05
created
src/Controller/StatsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
                 ],
38 38
                 [
39 39
                     'label' => 'Distance Walked (km)',
40
-                    'backgroundColor' => '#ffb266',// '#66ffff',
40
+                    'backgroundColor' => '#ffb266', // '#66ffff',
41 41
                     'borderColor' => 'black',
42 42
                     'data' => array_map(fn($dp): string => number_format($dp['totalDistance'] / 1000.0, 2), $wanderStats['monthlyStats']),
43 43
                 ]
Please login to merge, or discard this patch.