diff --git a/src/Util/ModuleLoader.php b/src/Util/ModuleLoader.php index 05d3606839..3b802cd62a 100644 --- a/src/Util/ModuleLoader.php +++ b/src/Util/ModuleLoader.php @@ -52,7 +52,7 @@ public function __construct(array $configuration) /** * Get the application * - * @return Zend\Mvc\Application + * @return \Zend\Mvc\Application */ public function getApplication() { @@ -62,7 +62,7 @@ public function getApplication() /** * Get the module manager * - * @return Zend\ModuleManager\ModuleManager + * @return \Zend\ModuleManager\ModuleManager */ public function getModuleManager() { @@ -70,8 +70,9 @@ public function getModuleManager() } /** - * Get module + * Get module by name * + * @param $moduleName * @return mixed */ public function getModule($moduleName) @@ -82,7 +83,7 @@ public function getModule($moduleName) /** * Get the service manager * - * @var ServiceManager + * @return ServiceManager */ public function getServiceManager() {