1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 23:54:04 +02:00
This commit is contained in:
Mark Garrett
2016-05-11 11:59:26 -05:00
parent 4e4c6d89ac
commit 133a8df5f7

View File

@@ -90,7 +90,7 @@ class NormalizerFormatter implements FormatterInterface
}
if (is_object($data)) {
if ($data instanceof Throwable)) {
if ($data instanceof Throwable) {
return $this->normalizeException($data);
}