X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Futils%2FBatchRowWriter.php;h=c146e964784114db95add34d2becbc1df383bba0;hb=5c357bf6c28eb0c3462374e088a6583eecbd2953;hp=70afb91c1bca7813598fffa0b623517de2a10173;hpb=c6436de8f690b073c2b9315870e8c5e78a9515fb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/BatchRowWriter.php b/includes/utils/BatchRowWriter.php index 70afb91c1b..c146e96478 100644 --- a/includes/utils/BatchRowWriter.php +++ b/includes/utils/BatchRowWriter.php @@ -20,8 +20,9 @@ * @file * @ingroup Maintenance */ + +use MediaWiki\MediaWikiServices; use Wikimedia\Rdbms\IDatabase; -use \MediaWiki\MediaWikiServices; class BatchRowWriter { /** @@ -41,8 +42,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;