Close #108 phpcs fixes

This commit is contained in:
Antonio Ramirez
2017-11-12 22:01:28 +01:00
parent 190fafa5f1
commit c418ad967c
14 changed files with 27 additions and 29 deletions

View File

@ -40,6 +40,7 @@ trait ContainerAwareTrait
* @param array $params constructor parameters
* @param array $config attributes
*
* @throws InvalidConfigException
* @return object
*/
public function make($class, $params = [], $config = [])
@ -48,9 +49,9 @@ trait ContainerAwareTrait
}
/**
* @throws InvalidConfigException
* @return \Da\User\Helper\AuthHelper|object
*
* @throws InvalidConfigException
*/
public function getAuth()
{
@ -58,9 +59,9 @@ trait ContainerAwareTrait
}
/**
* @throws InvalidConfigException
* @return \Da\User\Helper\ClassMapHelper|object
*
* @throws InvalidConfigException
*/
public function getClassMap()
{