diff --git a/src/Core/Config/Model/ConfigTransaction.php b/src/Core/Config/Model/ConfigTransaction.php index d8c7d7d43e..296a469c06 100644 --- a/src/Core/Config/Model/ConfigTransaction.php +++ b/src/Core/Config/Model/ConfigTransaction.php @@ -58,7 +58,8 @@ class ConfigTransaction implements ISetConfigValuesTransactionally * * @throws ConfigPersistenceException In case the persistence layer throws errors * - */ public function get(string $cat, string $key) + */ + public function get(string $cat, string $key) { return !$this->delCache->get($cat, $key) ? ($this->cache->get($cat, $key) ?? $this->config->get($cat, $key)) :