diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-13 21:50:28 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-13 21:50:28 +0000 |
| commit | 713330002ff84e657b3eacbc9902662d9bcdc456 (patch) | |
| tree | 6d75364f9613ee8e3a71cdfc9489372b17bdbbb8 | |
| parent | 48a9ccba44241292cc5ef3468222147f1d1b2b25 (diff) | |
| download | webtrees-713330002ff84e657b3eacbc9902662d9bcdc456.tar.gz webtrees-713330002ff84e657b3eacbc9902662d9bcdc456.tar.bz2 webtrees-713330002ff84e657b3eacbc9902662d9bcdc456.zip | |
Type hint
| -rw-r--r-- | includes/functions/functions_print_lists.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php index 84d590d8d6..fe74104461 100644 --- a/includes/functions/functions_print_lists.php +++ b/includes/functions/functions_print_lists.php @@ -1623,7 +1623,7 @@ function format_surname_tagcloud($surnames, $script, $totals) { * * @return string */ -function format_surname_list($surnames, $style, $totals, $script, $tree) { +function format_surname_list($surnames, $style, $totals, $script, Tree $tree) { $html = array(); foreach ($surnames as $surn => $surns) { // Each surname links back to the indilist |
