X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fupgrade1_5.php;h=f0807b6df779b0288bca8663425f21883970a53a;hb=c9ebb1698c43c1df2da963958e6d1574383bf253;hp=1577c2379245a37ee4035b990757ece7eef6fa86;hpb=44696806fb60480d89acee476248581d9db7b4c7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/upgrade1_5.php b/maintenance/upgrade1_5.php index 1577c23792..f0807b6df7 100644 --- a/maintenance/upgrade1_5.php +++ b/maintenance/upgrade1_5.php @@ -116,7 +116,7 @@ class FiveUpgrade extends Maintenance { /** * Open a connection to the master server with the admin rights. - * @return Database + * @return DatabaseBase * @access private */ function newConnection() { @@ -141,7 +141,7 @@ class FiveUpgrade extends Maintenance { * Open a second connection to the master server, with buffering off. * This will let us stream large datasets in and write in chunks on the * other end. - * @return Database + * @return DatabaseBase * @access private */ function streamConnection() { @@ -342,7 +342,7 @@ class FiveUpgrade extends Maintenance { * MW_UPGRADE_COPY - straight copy * MW_UPGRADE_ENCODE - for old Latin1 wikis, conv to UTF-8 * MW_UPGRADE_NULL - just put NULL - * @param callable $callback An optional callback to modify the data + * @param $callback callback An optional callback to modify the data * or perform other processing. Func should be * ( object $row, array $copy ) and return $copy * @access private