From f8c98ee2ba046b069a003866a4c47720e26dac73 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 10 Dec 2020 14:56:54 +0100 Subject: [PATCH] Fix typo --- src/Monolog/Logger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monolog/Logger.php b/src/Monolog/Logger.php index 657bd517..198e9949 100644 --- a/src/Monolog/Logger.php +++ b/src/Monolog/Logger.php @@ -318,7 +318,7 @@ class Logger implements LoggerInterface, ResettableInterface } } - // once the record exist, send it to all handlers as long as the bubbling chain is not interrupted + // once the record exists, send it to all handlers as long as the bubbling chain is not interrupted try { if (true === $handler->handle($record)) { break;