mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Made the write method protected
Tests are not a good reason to make it public.
This commit is contained in:
@@ -38,7 +38,7 @@ class NullHandler extends AbstractHandler
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function write(array $record)
|
||||
protected function write(array $record)
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user