summaryrefslogtreecommitdiff
path: root/app/Theme/BaseTheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Theme/BaseTheme.php')
-rw-r--r--app/Theme/BaseTheme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Theme/BaseTheme.php b/app/Theme/BaseTheme.php
index 665a3f2cc7..64cb318572 100644
--- a/app/Theme/BaseTheme.php
+++ b/app/Theme/BaseTheme.php
@@ -1314,7 +1314,7 @@ abstract class BaseTheme {
/**
* Create a menu to show lists of individuals, families, sources, etc.
*
- * @return Menu|null
+ * @return Menu
*/
protected function menuLists() {
$menu = new Menu(I18N::translate('Lists'), 'indilist.php?' . $this->tree_url, 'menu-list');
@@ -1518,7 +1518,7 @@ abstract class BaseTheme {
/**
* A link to the user's personal home page.
*
- * @return Menu|null
+ * @return Menu
*/
protected function menuMyPage()
{