diff options
Diffstat (limited to 'app/Statistics/Google/ChartCommonGiven.php')
| -rw-r--r-- | app/Statistics/Google/ChartCommonGiven.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartCommonGiven.php b/app/Statistics/Google/ChartCommonGiven.php index 735b2f7b65..3e032b6617 100644 --- a/app/Statistics/Google/ChartCommonGiven.php +++ b/app/Statistics/Google/ChartCommonGiven.php @@ -53,7 +53,7 @@ class ChartCommonGiven public function chartCommonGiven( int $tot_indi, array $given, - string $color_from = null, + string|null $color_from = null, string $color_to = null ): string { $color_from ??= 'ffffff'; |
