diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-31 16:37:12 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-31 16:37:12 +0000 |
| commit | dd331323fce8eb71ad5029826332ab323f4aa242 (patch) | |
| tree | 88bfddcc3d26a557afc77981866a18e9478141fd /library | |
| parent | 94875dbab9a5fc0e37bfee32ea518f1bd2d671cb (diff) | |
| download | webtrees-dd331323fce8eb71ad5029826332ab323f4aa242.tar.gz webtrees-dd331323fce8eb71ad5029826332ab323f4aa242.tar.bz2 webtrees-dd331323fce8eb71ad5029826332ab323f4aa242.zip | |
PHPDoc
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Theme/Administration.php | 4 |
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) { |
