1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/10899] Refactoring in \phpbb\log\log_interface

PHPBB3-10899
This commit is contained in:
Tristan Darricau
2014-05-10 18:24:07 +02:00
parent c5a4ad3d31
commit c6d7875b9b
5 changed files with 100 additions and 34 deletions

View File

@@ -46,6 +46,13 @@ class null implements log_interface
return false;
}
/**
* {@inheritdoc}
*/
public function delete($mode, $conditions = array())
{
}
/**
* {@inheritdoc}
*/