mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-28 19:14:04 +01:00
Normalize @inheritDoc tags, refs #1557
This commit is contained in:
@@ -24,7 +24,7 @@ use Monolog\Formatter\HtmlFormatter;
|
||||
abstract class MailHandler extends AbstractProcessingHandler
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function handleBatch(array $records): void
|
||||
{
|
||||
@@ -55,7 +55,7 @@ abstract class MailHandler extends AbstractProcessingHandler
|
||||
abstract protected function send(string $content, array $records): void;
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
protected function write(array $record): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user