mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +02:00
Would have, could have. Why not.
This commit is contained in:
@@ -93,7 +93,7 @@ class IntrospectionProcessor
|
|||||||
|
|
||||||
private function isTraceClassOrSkippedFunction (array $trace, $index)
|
private function isTraceClassOrSkippedFunction (array $trace, $index)
|
||||||
{
|
{
|
||||||
if (isset($trace[$index]) === false) {
|
if (!isset($trace[$index])) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user