From: Michael Date: Sun, 19 Jan 2020 10:10:53 +0000 (+0000) Subject: Missing "*" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=845f71b7dd64feeea8bac2857d1fa87397359f92;p=friendica.git Missing "*" --- diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index 3aab8856fa..410c6b57be 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -33,7 +33,7 @@ class DBStructure */ private static $definition = []; - /* + /** * Converts all tables from MyISAM to InnoDB */ public static function convertToInnoDB()