summaryrefslogtreecommitdiff
path: root/app/Statistics/Google/ChartSex.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Statistics/Google/ChartSex.php')
-rw-r--r--app/Statistics/Google/ChartSex.php2
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';