summaryrefslogtreecommitdiff
path: root/includes/functions/functions_print_facts.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions_print_facts.php')
-rw-r--r--includes/functions/functions_print_facts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print_facts.php b/includes/functions/functions_print_facts.php
index 9806a9105e..e4bd2a0e36 100644
--- a/includes/functions/functions_print_facts.php
+++ b/includes/functions/functions_print_facts.php
@@ -464,7 +464,7 @@ function print_fact(WT_Fact $fact, WT_GedcomRecord $record) {
*
* find and print repository information attached to a source
*
- * @param $xref the Gedcom Xref ID of the repository to print
+ * @param string $xref the Gedcom Xref ID of the repository to print
*/
function print_repository_record($xref) {
$repository=WT_Repository::getInstance($xref);