Fix some obsolete or wrong docstrings

This commit is contained in:
Matthias Jentsch 2014-12-29 16:27:28 +01:00
parent 3d07049fbf
commit a1950aabba
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/ */

View File

@ -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()
{ {