Update more docs and type hints to use IDatabase
[lhc/web/wiklou.git] / includes / utils / BatchRowWriter.php
index 377ed85..13cab5b 100644 (file)
@@ -22,7 +22,7 @@
  */
 class BatchRowWriter {
        /**
-        * @var DatabaseBase $db The database to write to
+        * @var IDatabase $db The database to write to
         */
        protected $db;