mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Fix typo
This commit is contained in:
@@ -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 {
|
try {
|
||||||
if (true === $handler->handle($record)) {
|
if (true === $handler->handle($record)) {
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user