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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user