mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Fix some obsolete or wrong docstrings
This commit is contained in:
parent
3d07049fbf
commit
a1950aabba
@ -270,7 +270,7 @@ class ActionController extends Zend_Controller_Action
|
|||||||
/**
|
/**
|
||||||
* Redirect to the login path
|
* 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
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
|
@ -367,7 +367,7 @@ class Menu implements RecursiveIterator
|
|||||||
/**
|
/**
|
||||||
* Return the url of this menu
|
* Return the url of this menu
|
||||||
*
|
*
|
||||||
* @return string
|
* @return Url
|
||||||
*/
|
*/
|
||||||
public function getUrl()
|
public function getUrl()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user