@@ -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 |