diff options
Diffstat (limited to 'app/Statistics/Google/ChartSex.php')
| -rw-r--r-- | app/Statistics/Google/ChartSex.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Statistics/Google/ChartSex.php b/app/Statistics/Google/ChartSex.php index 6ed5cf3ea0..a92ee9c66e 100644 --- a/app/Statistics/Google/ChartSex.php +++ b/app/Statistics/Google/ChartSex.php @@ -42,8 +42,8 @@ class ChartSex int $tot_m, int $tot_f, int $tot_u, - string $color_female = null, - string $color_male = null, + string|null $color_female = null, + string|null $color_male = null, string $color_unknown = null ): string { $color_female ??= '#ffd1dc'; |
