mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 04:37:38 +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)
|
||||
{
|
||||
if (isset($trace[$index]) === false) {
|
||||
if (!isset($trace[$index])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user