X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmysql.php;h=9424402cdfc105302cba4f3e5e27483393eac4b2;hb=2b5d9339f4eaa806918659756a4121fcff6ed2e6;hp=1b575bb28a152d151e79d9711d434d9420ff91b8;hpb=eadc306573803f444fd692b701823f9939fdd9e7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mysql.php b/maintenance/mysql.php index 1b575bb28a..9424402cdf 100644 --- a/maintenance/mysql.php +++ b/maintenance/mysql.php @@ -106,9 +106,9 @@ class MysqlMaintenance extends Maintenance { * Run the mysql client for the given server info * * @param array $info - * @param string|false The DB name, or false to use the main wiki DB + * @param string|false $dbName The DB name, or false to use the main wiki DB * - * @return The desired exit status + * @return int The desired exit status */ private function runMysql( $info, $dbName ) { // Write the password to an option file to avoid disclosing it to other