mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-13 16:44:23 +02:00
Typehint update
This commit is contained in:
@@ -91,7 +91,7 @@ class IntrospectionProcessor
|
|||||||
return $record;
|
return $record;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function isTraceClassOrSkippedFunction ($trace, $index)
|
private function isTraceClassOrSkippedFunction (array $trace, $index)
|
||||||
{
|
{
|
||||||
if (isset($trace[$index]) === false) {
|
if (isset($trace[$index]) === false) {
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user