1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 17:16:18 +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)
{
$this->formatter = $formatter;
return $this;
}
/**