diff options
Diffstat (limited to 'app/Statistics/Google/ChartIndividualWithSources.php')
| -rw-r--r-- | app/Statistics/Google/ChartIndividualWithSources.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartIndividualWithSources.php b/app/Statistics/Google/ChartIndividualWithSources.php index 73dd9a485b..a3f0da9d79 100644 --- a/app/Statistics/Google/ChartIndividualWithSources.php +++ b/app/Statistics/Google/ChartIndividualWithSources.php @@ -53,7 +53,7 @@ class ChartIndividualWithSources public function chartIndisWithSources( int $tot_indi, int $tot_indi_source, - string $color_from = null, + string|null $color_from = null, string $color_to = null ): string { $color_from ??= 'ffffff'; |
