X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FBatchRowWriter.php;h=59dcbd63f9573ce15ff2517bdeb1c870e2c20df5;hb=f629d095f0469dc9fa29143a8efdc498ee634730;hp=70afb91c1bca7813598fffa0b623517de2a10173;hpb=6c9a2923fe1ee3a65cb027be5e781772f2b12fbd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/BatchRowWriter.php b/includes/utils/BatchRowWriter.php index 70afb91c1b..59dcbd63f9 100644 --- a/includes/utils/BatchRowWriter.php +++ b/includes/utils/BatchRowWriter.php @@ -41,8 +41,8 @@ class BatchRowWriter { /** * @param IDatabase $db The database to write to - * @param string $table The name of the table to update - * @param string|bool $clusterName A cluster name valid for use with LBFactory + * @param string $table The name of the table to update + * @param string|bool $clusterName A cluster name valid for use with LBFactory */ public function __construct( IDatabase $db, $table, $clusterName = false ) { $this->db = $db;