1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-13 08:34:12 +02:00

Typehint update

This commit is contained in:
Frederik Bosch
2015-08-11 11:58:40 +02:00
parent 0ae159e892
commit 63c0363824

View File

@@ -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;