Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 2725baa

Browse files
committed
Merge pull request zendframework/zendframework#6042 in develop
3 parents 5214879 + e96ea9a + 9ae277f commit 2725baa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/Util/ModuleLoader.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(array $configuration)
5252
/**
5353
* Get the application
5454
*
55-
* @return Zend\Mvc\Application
55+
* @return \Zend\Mvc\Application
5656
*/
5757
public function getApplication()
5858
{
@@ -62,16 +62,17 @@ public function getApplication()
6262
/**
6363
* Get the module manager
6464
*
65-
* @return Zend\ModuleManager\ModuleManager
65+
* @return \Zend\ModuleManager\ModuleManager
6666
*/
6767
public function getModuleManager()
6868
{
6969
return $this->getServiceManager()->get('ModuleManager');
7070
}
7171

7272
/**
73-
* Get module
73+
* Get module by name
7474
*
75+
* @param $moduleName
7576
* @return mixed
7677
*/
7778
public function getModule($moduleName)
@@ -82,7 +83,7 @@ public function getModule($moduleName)
8283
/**
8384
* Get the service manager
8485
*
85-
* @var ServiceManager
86+
* @return ServiceManager
8687
*/
8788
public function getServiceManager()
8889
{

0 commit comments

Comments
 (0)