diff options
Diffstat (limited to 'app/Statistics/Google/ChartMortality.php')
| -rw-r--r-- | app/Statistics/Google/ChartMortality.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartMortality.php b/app/Statistics/Google/ChartMortality.php index 5763a3d272..2ce4acecb4 100644 --- a/app/Statistics/Google/ChartMortality.php +++ b/app/Statistics/Google/ChartMortality.php @@ -54,7 +54,7 @@ class ChartMortality int $tot_l, int $tot_d, string|null $color_living = null, - string $color_dead = null + string|null $color_dead = null ): string { $color_living ??= '#ffffff'; $color_dead ??= '#cccccc'; |
