diff options
Diffstat (limited to 'app/Statistics/Google/ChartMedia.php')
| -rw-r--r-- | app/Statistics/Google/ChartMedia.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartMedia.php b/app/Statistics/Google/ChartMedia.php index dd6bfa8b27..0f1570cdd5 100644 --- a/app/Statistics/Google/ChartMedia.php +++ b/app/Statistics/Google/ChartMedia.php @@ -52,7 +52,7 @@ class ChartMedia */ public function chartMedia( array $media, - string $color_from = null, + string|null $color_from = null, string $color_to = null ): string { $color_from ??= 'ffffff'; |
