mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 04:07:39 +02:00
Missed a continue
This commit is contained in:
@@ -71,6 +71,7 @@ class IntrospectionProcessor
|
||||
}
|
||||
} elseif(in_array($trace[$i]['function'], $this->skipFunctions)) {
|
||||
$i++;
|
||||
continue;
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user