@@ -30,9 +30,9 @@ |
||
30 | 30 | int $total_male, |
31 | 31 | int $total_female, |
32 | 32 | int $total_unknown, |
33 | - string|null $color_female = null, |
|
34 | - string|null $color_male = null, |
|
35 | - string|null $color_unknown = null |
|
33 | + string | null $color_female = null, |
|
34 | + string | null $color_male = null, |
|
35 | + string | null $color_unknown = null |
|
36 | 36 | ): string { |
37 | 37 | $color_female ??= '#ffd1dc'; |
38 | 38 | $color_male ??= '#84beff'; |
@@ -70,7 +70,7 @@ |
||
70 | 70 | ]); |
71 | 71 | } |
72 | 72 | |
73 | - public function chartBirth(string|null $color_from = null, string|null $color_to = null): string |
|
73 | + public function chartBirth(string | null $color_from = null, string | null $color_to = null): string |
|
74 | 74 | { |
75 | 75 | $color_from ??= 'ffffff'; |
76 | 76 | $color_to ??= '84beff'; |