add namespaces to docstrings

This commit is contained in:
coderkun 2015-04-25 14:09:46 +02:00
commit 307eac64a1
16 changed files with 169 additions and 169 deletions

View file

@ -27,7 +27,7 @@
/**
* Get the layout if it was explicitly defined.
*
* @param string $agentName Name of Agent to get Layout for
* @param string $agentName Agent name
* @return string Layout of the IntermediateAgent
*/
public static function getLayout($agentName)