some minor fixings

pull/7372/head
Philipp Holzer 2019-07-14 22:26:36 +02:00
rodzic d384663b39
commit a2c6240da0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D8365C3D36B77D90
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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