Browse Source

Update BaseLog.php

mehdi fathi 9 years ago
parent
commit
6063763c07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Log/Engine/BaseLog.php

+ 1 - 0
src/Log/Engine/BaseLog.php

@@ -88,6 +88,7 @@ abstract class BaseLog extends AbstractLogger
      * @return string
      */
     protected function _format($data, array $context = [])
+    {
         if (is_string($data)) {
             return $data;
         }