]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Core/Config/Model/ConfigTransaction.php
authorPhilipp <admin+Github@philipp.info>
Tue, 3 Jan 2023 16:39:32 +0000 (17:39 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Jan 2023 16:39:32 +0000 (17:39 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Core/Config/Model/ConfigTransaction.php

index d8c7d7d43e81a3ba5c71ff1e4c0439d5b8224f37..296a469c06a6beefaa773dc88ff0a96735924531 100644 (file)
@@ -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)) :