some minor fixings
This commit is contained in:
parent
d384663b39
commit
a2c6240da0
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,9 @@ abstract class Configuration
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* Returns the Config Cache
|
||||||
|
*
|
||||||
|
* @return Cache\ConfigCache
|
||||||
*/
|
*/
|
||||||
public function getCache()
|
public function getCache()
|
||||||
{
|
{
|
||||||
|
|
|
@ -27,7 +27,6 @@ class ConfigFactory
|
||||||
/**
|
/**
|
||||||
* @param Cache\ConfigCache $configCache The config cache of this adapter
|
* @param Cache\ConfigCache $configCache The config cache of this adapter
|
||||||
* @param ConfigModel $configModel The configuration model
|
* @param ConfigModel $configModel The configuration model
|
||||||
* @param Cache\ConfigCache $configCache The config cache
|
|
||||||
*
|
*
|
||||||
* @return Config\Configuration
|
* @return Config\Configuration
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue