diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-03-26 13:50:49 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-03-31 17:33:19 +0100 |
| commit | b50dba3a86d260384d07c30bedf82d8e78ab49f7 (patch) | |
| tree | 08d09731059dce1e80a1c6e5016fd79520605334 /app/Statistics/Google/ChartCommonSurname.php | |
| parent | d63ebb6fbc1a881a0fa67833b6abac71c67a31c5 (diff) | |
| download | webtrees-b50dba3a86d260384d07c30bedf82d8e78ab49f7.tar.gz webtrees-b50dba3a86d260384d07c30bedf82d8e78ab49f7.tar.bz2 webtrees-b50dba3a86d260384d07c30bedf82d8e78ab49f7.zip | |
PHP 8.4 compatibility
Diffstat (limited to 'app/Statistics/Google/ChartCommonSurname.php')
| -rw-r--r-- | app/Statistics/Google/ChartCommonSurname.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics/Google/ChartCommonSurname.php b/app/Statistics/Google/ChartCommonSurname.php index 69566aa620..9797a34249 100644 --- a/app/Statistics/Google/ChartCommonSurname.php +++ b/app/Statistics/Google/ChartCommonSurname.php @@ -112,7 +112,7 @@ class ChartCommonSurname int $tot_indi, array $all_surnames, string|null $color_from = null, - string $color_to = null + string|null $color_to = null ): string { $color_from ??= 'ffffff'; $color_to ??= '84beff'; |
