Skip to content

Commit 0f73d7c

Browse files
authored
Merge pull request #80 from geekwright/errata79
Doc block updates
2 parents b2955f8 + fb52886 commit 0f73d7c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Module/Admin.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@
2323
* @category Xmf\Module\Admin
2424
* @package Xmf
2525
* @author Richard Griffith <[email protected]>
26-
* @copyright 2011-2018 XOOPS Project (https://xoops.org)
27-
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
28-
* @link https://xoops.org
26+
* @copyright 2011-2021 XOOPS Project (https://xoops.org)
27+
* @license GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
2928
*/
3029
class Admin
3130
{
@@ -236,13 +235,13 @@ public function displayIndex()
236235
*
237236
* @param string $menu menu key (script name, i.e. index.php)
238237
*
239-
* @return bool|mixed|string
238+
* @return string
240239
*/
241240
public function renderNavigation($menu = '')
242241
{
243242
return static::$ModuleAdmin->addNavigation($menu);
244243
}
245-
244+
246245
/**
247246
* Display the navigation menu
248247
*

0 commit comments

Comments
 (0)