]> 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 96e73b993a28e881012320f5f22df023cfb9c0c8..7af94c2e1e2d3cd6fe43bb4943487b4a26f9d653 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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();