mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-03 13:43:35 -04:00
Fix some obsolete or wrong docstrings
This commit is contained in:
parent
3d07049fbf
commit
a1950aabba
2 changed files with 2 additions and 2 deletions
|
|
@ -270,7 +270,7 @@ class ActionController extends Zend_Controller_Action
|
|||
/**
|
||||
* Redirect to the login path
|
||||
*
|
||||
* @param string $afterLogin The action to call when the login was successful. Defaults to '/index/welcome'
|
||||
* @param Url $afterLogin The action to call when the login was successful. Defaults to '/index/welcome'
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -367,7 +367,7 @@ class Menu implements RecursiveIterator
|
|||
/**
|
||||
* Return the url of this menu
|
||||
*
|
||||
* @return string
|
||||
* @return Url
|
||||
*/
|
||||
public function getUrl()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue