summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-04-27 10:41:15 +0100
committerGreg Roach <fisharebest@gmail.com>2017-04-27 10:49:34 +0100
commit5e4a1e95773a47406a3dd0f2cb21a7801241000e (patch)
tree7d8da4a90a7097199c0c25b0a5e970ef225227fd /app
parent73588d20c3891f1a90f4587cf9fdabed4b2ccb8f (diff)
downloadwebtrees-5e4a1e95773a47406a3dd0f2cb21a7801241000e.tar.gz
webtrees-5e4a1e95773a47406a3dd0f2cb21a7801241000e.tar.bz2
webtrees-5e4a1e95773a47406a3dd0f2cb21a7801241000e.zip
PHPDoc
Diffstat (limited to 'app')
-rw-r--r--app/Controller/RelationshipController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/RelationshipController.php b/app/Controller/RelationshipController.php
index 1adeae1256..f40a456a0a 100644
--- a/app/Controller/RelationshipController.php
+++ b/app/Controller/RelationshipController.php
@@ -156,7 +156,7 @@ class RelationshipController extends PageController {
* @param string $xref2
* @param int $tree_id
*
- * @return array
+ * @return string[]
*/
private function allAncestors($xref1, $xref2, $tree_id) {
$ancestors = [$xref1, $xref2];