From 556c56483f687517c62cda1b74f792ecc1e7de9b Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 29 Dec 2014 21:28:37 +0000 Subject: [PATCH] Document partial log records being sent to isHandling --- src/Monolog/Handler/HandlerInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monolog/Handler/HandlerInterface.php b/src/Monolog/Handler/HandlerInterface.php index accff037..d920c4ba 100644 --- a/src/Monolog/Handler/HandlerInterface.php +++ b/src/Monolog/Handler/HandlerInterface.php @@ -29,7 +29,7 @@ interface HandlerInterface * is no guarantee that handle() will not be called, and isHandling() might not be called * for a given record. * - * @param array $record + * @param array $record Partial log record containing only a level key * * @return Boolean */