1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00
This commit is contained in:
Jordi Boggiano
2016-03-01 18:12:45 +00:00
parent 3d87f3ce4f
commit f1091c3b97
9 changed files with 14 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ interface FormattableHandlerInterface
* Sets the formatter.
*
* @param FormatterInterface $formatter
* @return HandlerInterface self
* @return HandlerInterface self
*/
public function setFormatter(FormatterInterface $formatter): HandlerInterface;