1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

[minor] Indent was fixed

This commit is contained in:
Michael Grinko
2014-01-15 11:01:53 +02:00
parent 296095fe2e
commit fab4ec2c12

View File

@@ -344,7 +344,7 @@ class Logger implements LoggerInterface
*/ */
public function addEmergency($message, array $context = array()) public function addEmergency($message, array $context = array())
{ {
return $this->addRecord(static::EMERGENCY, $message, $context); return $this->addRecord(static::EMERGENCY, $message, $context);
} }
/** /**