X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FBatchRowWriter.php;h=59dcbd63f9573ce15ff2517bdeb1c870e2c20df5;hb=f866dd9db945f0433aa4dcb25502e73d628ea2ef;hp=a6e47c89764a52da65a1c117a5f5dfcdb330b702;hpb=e3f6c10d87732c0c8a9bbd7bb57b6c964b92e29a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/BatchRowWriter.php b/includes/utils/BatchRowWriter.php index a6e47c8976..59dcbd63f9 100644 --- a/includes/utils/BatchRowWriter.php +++ b/includes/utils/BatchRowWriter.php @@ -20,6 +20,7 @@ * @file * @ingroup Maintenance */ +use Wikimedia\Rdbms\IDatabase; use \MediaWiki\MediaWikiServices; class BatchRowWriter { @@ -40,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;