diff options
Diffstat (limited to 'app/Statistics/Google/ChartSex.php')
| -rw-r--r-- | app/Statistics/Google/ChartSex.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartSex.php b/app/Statistics/Google/ChartSex.php index a92ee9c66e..3599b3e467 100644 --- a/app/Statistics/Google/ChartSex.php +++ b/app/Statistics/Google/ChartSex.php @@ -44,7 +44,7 @@ class ChartSex int $tot_u, string|null $color_female = null, string|null $color_male = null, - string $color_unknown = null + string|null $color_unknown = null ): string { $color_female ??= '#ffd1dc'; $color_male ??= '#84beff'; |
