@@ -53,8 +53,7 @@ |
||
| 53 | 53 | * Class DefaultFormatter |
| 54 | 54 | * @package Platine\Logger\Formatter |
| 55 | 55 | */ |
| 56 | -class DefaultFormatter extends AbstractFormatter |
|
| 57 | -{ |
|
| 56 | +class DefaultFormatter extends AbstractFormatter { |
|
| 58 | 57 | /** |
| 59 | 58 | * {@inheritdoc} |
| 60 | 59 | * YYYY-mm-dd HH:ii:ss.micro [log level] [channel] [pid:##] |
@@ -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 |
@@ -74,8 +73,7 @@ discard block |
||
| 74 | 73 | * Create new instance |
| 75 | 74 | * @param Configuration $config the configuration to use |
| 76 | 75 | */ |
| 77 | - public function __construct(Configuration $config) |
|
| 78 | - { |
|
| 76 | + public function __construct(Configuration $config) { |
|
| 79 | 77 | $this->config = $config; |
| 80 | 78 | } |
| 81 | 79 | |