correct typos in doc-tags and add missing tags
This commit is contained in:
parent
bf679e9dec
commit
b8d4342926
12 changed files with 24 additions and 10 deletions
|
|
@ -27,7 +27,8 @@
|
|||
/**
|
||||
* Get the layout if it was explicitly defined.
|
||||
*
|
||||
* @return string Layout of the IntermediateAgent
|
||||
* @param string $agentName Name of Agent to get Layout for
|
||||
* @return string Layout of the IntermediateAgent
|
||||
*/
|
||||
public static function getLayout($agentName)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
* @throws ControllerNotValidException
|
||||
* @throws ControllerNotFoundException
|
||||
* @param Request $request Current request
|
||||
* @param Response $respone Current response
|
||||
* @param Response $response Current response
|
||||
* @param Logger $log Log-system
|
||||
*/
|
||||
protected function __construct(\nre\core\Request $request, \nre\core\Response $response, \nre\core\Logger $log=null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue