1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00
This commit is contained in:
Jordi Boggiano
2020-12-10 14:56:54 +01:00
parent 80644c65ed
commit f8c98ee2ba

View File

@@ -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;