1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00

Merge remote-tracking branch 'BilgeXA/patch-1'

This commit is contained in:
Jordi Boggiano
2013-08-09 14:10:00 +02:00

View File

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