add namespaces to docstrings
This commit is contained in:
parent
a93ccec024
commit
a4487a1028
16 changed files with 169 additions and 169 deletions
|
|
@ -34,7 +34,7 @@
|
|||
/**
|
||||
* Load and instantiate the View of an Agent.
|
||||
*
|
||||
* @throws ViewNotFoundException
|
||||
* @throws \nre\exceptions\ViewNotFoundException
|
||||
* @param string $layoutName Name of Layout in use
|
||||
* @param string $agentName Name of the Agent
|
||||
* @param string $action Current Action
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
/**
|
||||
* Construct a new View.
|
||||
*
|
||||
* @throws ViewNotFoundException
|
||||
* @throws \nre\exceptions\ViewNotFoundException
|
||||
* @param string $layoutName Name of Layout in use
|
||||
* @param string $agentName Name of the Agent
|
||||
* @param string $action Current Action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue