X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Futils%2FBatchRowWriter.php;h=c146e964784114db95add34d2becbc1df383bba0;hb=28d9e60182f33c507147f48b15566c653b890a3c;hp=70afb91c1bca7813598fffa0b623517de2a10173;hpb=d1380bfdd134e6b5a0345ab5a280ed9ccb2eca6c;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;