@@ -281,7 +281,7 @@ |
||
281 | 281 | $this->setExceptionHandler(null); |
282 | 282 | $this->setErrorHandler(null); |
283 | 283 | |
284 | - $isInstanceOf = array_map(function($class) use ($exception) { |
|
284 | + $isInstanceOf = array_map(function ($class) use ($exception) { |
|
285 | 285 | return is_a($exception, $class); |
286 | 286 | }, $this->logExceptionClasses); |
287 | 287 |