summaryrefslogtreecommitdiffstats
path: root/advanced.msg.xml
Commit message (Expand)AuthorAgeFilesLines
* - move boot help messages out of make_boot_img and the various msgboot*.img.bz2Pascal Rigaux2004-05-031-0/+17
b8ef30..9e5914b934 100644
--- a/tests/mock/cache.php
+++ b/tests/mock/cache.php
@@ -140,7 +140,7 @@ class phpbb_mock_cache implements \phpbb\cache\driver\driver_interface
/**
* {@inheritDoc}
*/
- public function sql_save(\phpbb\db\driver\driver $db, $query, $query_result, $ttl)
+ public function sql_save(\phpbb\db\driver\driver_interface $db, $query, $query_result, $ttl)
{
return $query_result;
}