summaryrefslogtreecommitdiff
path: root/app/Functions
diff options
context:
space:
mode:
authorMalte Franken <mail@malte-franken.de>2015-08-08 12:02:57 +1000
committerMalte Franken <mail@malte-franken.de>2015-08-08 12:02:57 +1000
commitcd04c7b96f40cd712b9287615ac641a038d93a61 (patch)
treefd55bf2243d8d9e1aaa01c9aacb9e04a97cfaa37 /app/Functions
parent0be4b89c07b5f0e61d6e312d94ab8ec899a86f6d (diff)
downloadwebtrees-cd04c7b96f40cd712b9287615ac641a038d93a61.tar.gz
webtrees-cd04c7b96f40cd712b9287615ac641a038d93a61.tar.bz2
webtrees-cd04c7b96f40cd712b9287615ac641a038d93a61.zip
Code documentation
Diffstat (limited to 'app/Functions')
-rw-r--r--app/Functions/Functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/Functions.php b/app/Functions/Functions.php
index 5769ffa03b..43478c3203 100644
--- a/app/Functions/Functions.php
+++ b/app/Functions/Functions.php
@@ -666,7 +666,7 @@ class Functions {
}
}
- // Cache for generic relationships determination
+ /** @var string[] Cache for generic relationships (key stores the path, and value represents the relationship name) */
protected static $relationshipsCache = array();
/**