From: Umherirrender Date: Mon, 6 Aug 2018 08:58:53 +0000 (+0200) Subject: Fix param doc of MysqlMaintenance::runMysql X-Git-Tag: 1.34.0-rc.0~4555^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=dffd07efe13bb7245fcd4383e4b5b4a067290feb;p=lhc%2Fweb%2Fwiklou.git Fix param doc of MysqlMaintenance::runMysql Add missing var name and type Change-Id: I26c84723ee28b21f6b9b654d9507ed680c07055a --- 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