]> git.mxchange.org Git - friendica.git/commitdiff
Added missing doxygen header
authorMichael <heluecht@pirati.ca>
Sat, 17 Mar 2018 09:42:29 +0000 (09:42 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 17 Mar 2018 09:42:29 +0000 (09:42 +0000)
src/Database/DBStructure.php

index b8eea03e1121f001438d98bf1005b5f90913a4c6..7ab91a6e1104d58a4449e2bd5d1b7c21cded2438 100644 (file)
@@ -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