]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Config/Cache/ConfigCache.php
wrapping up 2019.12
[friendica.git] / src / Core / Config / Cache / ConfigCache.php
index bafb3fc95738d7c58f41a86c3b5063b0219d22fb..3119b5db123c4d1665c587b907cb6363fd8d0d56 100644 (file)
@@ -68,7 +68,7 @@ class ConfigCache
         *
         * @return null|mixed Returns the value of the Config entry or null if not set
         */
-       public function get(string $cat, $key = null)
+       public function get(string $cat, string $key = null)
        {
                if (isset($this->config[$cat][$key])) {
                        return $this->config[$cat][$key];