From ef98bf8bf89c513184240fc18f5a96280195ea98 Mon Sep 17 00:00:00 2001 From: Blanchon Vincent Date: Wed, 26 Mar 2014 16:40:43 +1100 Subject: [PATCH] fix doc --- src/Util/ModuleLoader.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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() {