2
0
Эх сурвалжийг харах

Merge pull request #301 from mgrinko/patch-1

[minor] Indent was fixed
Jordi Boggiano 12 жил өмнө
parent
commit
01a01a4841

+ 1 - 1
src/Monolog/Logger.php

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