diff --git a/src/Util/ModuleLoader.php b/src/Util/ModuleLoader.php index 9dde080d0d..010a0d25ea 100644 --- a/src/Util/ModuleLoader.php +++ b/src/Util/ModuleLoader.php @@ -20,7 +20,8 @@ class ModuleLoader /** * Load list of modules or application configuration - * @param array $modules + * + * @param array $configuration */ public function __construct(array $configuration) { @@ -50,6 +51,7 @@ public function __construct(array $configuration) /** * Get the application + * * @return Zend\Mvc\Application */ public function getApplication() @@ -59,6 +61,7 @@ public function getApplication() /** * Get the module manager + * * @return Zend\ModuleManager\ModuleManager */ public function getModuleManager() @@ -68,6 +71,7 @@ public function getModuleManager() /** * Get module + * * @return mixed */ public function getModule($moduleName) @@ -77,6 +81,7 @@ public function getModule($moduleName) /** * Get the service manager + * * @var ServiceManager */ public function getServiceManager()