summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-02-13 21:50:28 +0000
committerGreg Roach <fisharebest@gmail.com>2015-02-13 21:50:28 +0000
commit713330002ff84e657b3eacbc9902662d9bcdc456 (patch)
tree6d75364f9613ee8e3a71cdfc9489372b17bdbbb8
parent48a9ccba44241292cc5ef3468222147f1d1b2b25 (diff)
downloadwebtrees-713330002ff84e657b3eacbc9902662d9bcdc456.tar.gz
webtrees-713330002ff84e657b3eacbc9902662d9bcdc456.tar.bz2
webtrees-713330002ff84e657b3eacbc9902662d9bcdc456.zip
Type hint
-rw-r--r--includes/functions/functions_print_lists.php2
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