From b50dba3a86d260384d07c30bedf82d8e78ab49f7 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Tue, 26 Mar 2024 13:50:49 +0000 Subject: PHP 8.4 compatibility --- app/Statistics/Google/ChartMedia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Statistics/Google/ChartMedia.php') diff --git a/app/Statistics/Google/ChartMedia.php b/app/Statistics/Google/ChartMedia.php index 0f1570cdd5..087c979770 100644 --- a/app/Statistics/Google/ChartMedia.php +++ b/app/Statistics/Google/ChartMedia.php @@ -53,7 +53,7 @@ class ChartMedia public function chartMedia( array $media, string|null $color_from = null, - string $color_to = null + string|null $color_to = null ): string { $color_from ??= 'ffffff'; $color_to ??= '84beff'; -- cgit v1.3