1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/13782] Rename null log to dummy for PHP7 compatibility

PHPBB3-13782
This commit is contained in:
Marc Alexander
2015-05-04 10:11:28 +02:00
parent b3cc20a575
commit 232f71dae4
3 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@
namespace phpbb\log;
/**
* Null logger
* Dummy logger
*/
class null implements log_interface
class dummy implements log_interface
{
/**
* {@inheritdoc}