summaryrefslogtreecommitdiff
path: root/app/Statistics/Google/ChartMortality.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-03-26 13:50:49 +0000
committerGreg Roach <greg@subaqua.co.uk>2024-03-31 17:33:19 +0100
commitb50dba3a86d260384d07c30bedf82d8e78ab49f7 (patch)
tree08d09731059dce1e80a1c6e5016fd79520605334 /app/Statistics/Google/ChartMortality.php
parentd63ebb6fbc1a881a0fa67833b6abac71c67a31c5 (diff)
downloadwebtrees-b50dba3a86d260384d07c30bedf82d8e78ab49f7.tar.gz
webtrees-b50dba3a86d260384d07c30bedf82d8e78ab49f7.tar.bz2
webtrees-b50dba3a86d260384d07c30bedf82d8e78ab49f7.zip
PHP 8.4 compatibility
Diffstat (limited to 'app/Statistics/Google/ChartMortality.php')
-rw-r--r--app/Statistics/Google/ChartMortality.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartMortality.php b/app/Statistics/Google/ChartMortality.php
index 5763a3d272..2ce4acecb4 100644
--- a/app/Statistics/Google/ChartMortality.php
+++ b/app/Statistics/Google/ChartMortality.php
@@ -54,7 +54,7 @@ class ChartMortality
int $tot_l,
int $tot_d,
string|null $color_living = null,
- string $color_dead = null
+ string|null $color_dead = null
): string {
$color_living ??= '#ffffff';
$color_dead ??= '#cccccc';