1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-17 14:46:33 +02:00

Minor reformatting suggested by @Seldaek in

https://github.com/Seldaek/monolog/pull/76/files#r737297
This commit is contained in:
Marc Abramowitz
2012-04-26 11:09:58 -07:00
parent 0e579f1878
commit f1580092bc

View File

@@ -43,8 +43,7 @@ class RavenFormatter extends NormalizerFormatter
$record['level'] = $this->logLevels[$record['level']];
$record['message'] = $record['channel'] . ': ' . $record['message'];
if (isset($record['context']['context']))
{
if (isset($record['context']['context'])) {
$record['context'] = $record['context']['context'];
}