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

Fix CS and add chainability to a few more setter methods, refs #221

This commit is contained in:
Jordi Boggiano
2013-08-09 14:12:38 +02:00
parent 07868bfc7e
commit 7a8844d4db
4 changed files with 21 additions and 11 deletions

View File

@@ -61,7 +61,8 @@ interface HandlerInterface
/**
* Adds a processor in the stack.
*
* @param callable $callback
* @param callable $callback
* @return self
*/
public function pushProcessor($callback);
@@ -75,7 +76,8 @@ interface HandlerInterface
/**
* Sets the formatter.
*
* @param FormatterInterface $formatter
* @param FormatterInterface $formatter
* @return self
*/
public function setFormatter(FormatterInterface $formatter);