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