@@ -143,7 +143,7 @@ |
||
143 | 143 | { |
144 | 144 | $format = 'Y-m-d H:i:s.u'; |
145 | 145 | $useTimestamp = $this->config->get('timestamp', false); |
146 | - if($useTimestamp === false){ |
|
146 | + if ($useTimestamp === false) { |
|
147 | 147 | $format = 'H:i:s.u'; |
148 | 148 | } |
149 | 149 |
@@ -56,8 +56,7 @@ discard block |
||
56 | 56 | * Class AbstractFormatter |
57 | 57 | * @package Platine\Logger\Formatter |
58 | 58 | */ |
59 | -abstract class AbstractFormatter implements LoggerFormatterInterface |
|
60 | -{ |
|
59 | +abstract class AbstractFormatter implements LoggerFormatterInterface { |
|
61 | 60 | /** |
62 | 61 | * Log fields separated by tabs to form a TSV (CSV with tabs). |
63 | 62 | * @var string |
@@ -143,7 +142,7 @@ discard block |
||
143 | 142 | { |
144 | 143 | $format = 'Y-m-d H:i:s.u'; |
145 | 144 | $useTimestamp = $this->config->get('timestamp', false); |
146 | - if($useTimestamp === false){ |
|
145 | + if($useTimestamp === false) { |
|
147 | 146 | $format = 'H:i:s.u'; |
148 | 147 | } |
149 | 148 |