1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01: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
commit 01a01a4841

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);
}
/**