add namespaces to docstrings
This commit is contained in:
parent
a93ccec024
commit
a4487a1028
16 changed files with 169 additions and 169 deletions
|
|
@ -26,8 +26,8 @@
|
|||
/**
|
||||
* Load the class of a Component.
|
||||
*
|
||||
* @throws ComponentNotFoundException
|
||||
* @throws ComponentNotValidException
|
||||
* @throws \nre\exceptions\ComponentNotFoundException
|
||||
* @throws \nre\exceptions\ComponentNotValidException
|
||||
* @param string $componentName Name of the Component to load
|
||||
*/
|
||||
public static function load($componentName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue