1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 01:40:30 +02:00

Merge pull request #301 from mgrinko/patch-1

[minor] Indent was fixed
This commit is contained in:
Jordi Boggiano
2014-01-15 01:37:32 -08:00

View File

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