From: Roland Häder Date: Sun, 19 Jun 2022 00:39:51 +0000 (+0200) Subject: Wrong returned type, has to be array X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6bfe720839d6eaaf0d858483459d4e82e5680bc;p=friendica.git Wrong returned type, has to be array --- diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index 0b2cd3420a..0e9ec79e5d 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -292,7 +292,7 @@ class DBStructure * @return array * @throws Exception */ - public static function definition(string $basePath, bool $with_addons_structure = true): string + public static function definition(string $basePath, bool $with_addons_structure = true): array { if (!self::$definition) { if (empty($basePath)) {