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
|
||||
*
|
||||
* @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 New Issue