summaryrefslogtreecommitdiff
path: root/app/Statistics/Google/ChartDeath.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Statistics/Google/ChartDeath.php')
-rw-r--r--app/Statistics/Google/ChartDeath.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartDeath.php b/app/Statistics/Google/ChartDeath.php
index 739beb2702..e513ea2291 100644
--- a/app/Statistics/Google/ChartDeath.php
+++ b/app/Statistics/Google/ChartDeath.php
@@ -86,7 +86,7 @@ class ChartDeath
*
* @return string
*/
- public function chartDeath(string $color_from = null, string $color_to = null): string
+ public function chartDeath(string|null $color_from = null, string|null $color_to = null): string
{
$color_from ??= 'ffffff';
$color_to ??= '84beff';