1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 22:56:41 +02:00

Fluent interface for AbstractHandler::setFormatter()

This commit is contained in:
BilgeXA
2013-08-09 00:53:54 +01:00
parent 207039c326
commit bbf7f20b2a

View File

@@ -97,6 +97,8 @@ abstract class AbstractHandler implements HandlerInterface
public function setFormatter(FormatterInterface $formatter)
{
$this->formatter = $formatter;
return $this;
}
/**