1
0
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:
Frederik Bosch
2015-08-11 11:59:52 +02:00
parent 63c0363824
commit d72806ca25

View File

@@ -93,7 +93,7 @@ class IntrospectionProcessor
private function isTraceClassOrSkippedFunction (array $trace, $index)
{
if (isset($trace[$index]) === false) {
if (!isset($trace[$index])) {
return false;
}