summaryrefslogtreecommitdiff
path: root/app/Functions
diff options
context:
space:
mode:
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();
/**