]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Installer.php
Convert potential spaces in Memcache(d) key names
[friendica.git] / src / Core / Installer.php
index 516408b4e3eb9885f1855ed89b3297ebfcd3deb3..7af94c2e1e2d3cd6fe43bb4943487b4a26f9d653 100644 (file)
@@ -656,7 +656,7 @@ class Installer
         * @return bool true if the check was successful, otherwise false
         * @throws Exception
         */
-       public function checkDB(Database $dba)
+       public function checkDB(Database $dba): bool
        {
                $dba->reconnect();