Merge "Remove mismatched COMMIT from FileDeleteForm"
[lhc/web/wiklou.git] / includes / externalstore / ExternalStoreDB.php
index 952bf63..cc70960 100644 (file)
@@ -156,7 +156,7 @@ class ExternalStoreDB extends ExternalStoreMedium {
        /**
         * Get the 'blobs' table name for this database
         *
-        * @param DatabaseBase $db
+        * @param IDatabase $db
         * @return string Table name ('blobs' by default)
         */
        function getTable( $db ) {