diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-10-18 16:58:32 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-10-18 16:58:32 +0100 |
| commit | c3977ece291ed2fa2ccd0a2e0ad91780a62131c1 (patch) | |
| tree | 521321db8a5a6d691d7df16bab5e65d1cc837767 /library/WT/Menu.php | |
| parent | d2f5f6d2a2dc8e2be0a4da0006c6a73f51af8443 (diff) | |
| download | webtrees-c3977ece291ed2fa2ccd0a2e0ad91780a62131c1.tar.gz webtrees-c3977ece291ed2fa2ccd0a2e0ad91780a62131c1.tar.bz2 webtrees-c3977ece291ed2fa2ccd0a2e0ad91780a62131c1.zip | |
PHPDoc
Diffstat (limited to 'library/WT/Menu.php')
| -rw-r--r-- | library/WT/Menu.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Menu.php b/library/WT/Menu.php index b58abba35d..742d283a47 100644 --- a/library/WT/Menu.php +++ b/library/WT/Menu.php @@ -226,7 +226,7 @@ class WT_Menu { /** * returns the number of submenus in this menu * - * @return int + * @return integer */ function subCount() { return count($this->submenus); |
