Changed some DatabaseBase type hints to IDatabase
[lhc/web/wiklou.git] / includes / specials / SpecialUndelete.php
index a1f48e9..bcf83c8 100644 (file)
@@ -94,7 +94,7 @@ class PageArchive {
        }
 
        /**
-        * @param DatabaseBase $dbr
+        * @param IDatabase $dbr
         * @param string|array $condition
         * @return bool|ResultWrapper
         */