From cd2c9722b0a71c2634b063580ba963055c7e11b1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 17 Mar 2018 09:42:29 +0000 Subject: [PATCH] Added missing doxygen header --- src/Database/DBStructure.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index b8eea03e1..7ab91a6e1 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -199,6 +199,7 @@ class DBStructure * * @param bool $verbose * @param bool $action Whether to actually apply the update + * @param bool $install Is this the initial update during the installation? * @param array $tables An array of the database tables * @param array $definition An array of the definition tables * @return string Empty string if the update is successful, error messages otherwise