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