some minor fixings

This commit is contained in:
Philipp Holzer 2019-07-14 22:26:36 +02:00
parent d384663b39
commit a2c6240da0
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,9 @@ abstract class Configuration
}
/**
* {@inheritDoc}
* Returns the Config Cache
*
* @return Cache\ConfigCache
*/
public function getCache()
{

View File

@ -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
*/