summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/WT/Theme/Administration.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Theme/Administration.php b/library/WT/Theme/Administration.php
index 987fbb7e94..22bbdf08e0 100644
--- a/library/WT/Theme/Administration.php
+++ b/library/WT/Theme/Administration.php
@@ -102,7 +102,7 @@ class Administration extends BaseTheme {
}
/**
- * @return WT_Menu
+ * @return WT_Menu|null
*/
protected function menuAdminTreesMerge() {
if (count(WT_Tree::getAll()) > 1) {
@@ -113,7 +113,7 @@ class Administration extends BaseTheme {
}
/**
- * @return WT_Menu
+ * @return WT_Menu|null
*/
protected function menuAdminTreesSetDefault() {
if (count(WT_Tree::getAll()) > 1) {