1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 06:36:46 +02:00

Add comment note for clarity

This commit is contained in:
Jordi Boggiano
2017-03-17 23:07:49 +01:00
committed by GitHub
parent c411ad174c
commit 59d3df2f38

View File

@@ -308,6 +308,7 @@ class Logger implements LoggerInterface
$record = call_user_func($processor, $record); $record = call_user_func($processor, $record);
} }
// advance the array pointer to the first handler that will handle this record
reset($this->handlers); reset($this->handlers);
while ($handlerKey !== key($this->handlers)) { while ($handlerKey !== key($this->handlers)) {
next($this->handlers); next($this->handlers);