diff options
| -rw-r--r-- | app/Functions/Functions.php | 2 |
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(); /** |
