Passed
Push — develop ( 518d45...95ccb7 )
by nguereza
28:54 queued 18:04
created
src/Formatter/AbstractFormatter.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@  discard block
 block discarded – undo
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
@@ -68,8 +67,7 @@  discard block
 block discarded – undo
68 67
      * Create new instance
69 68
      * @param Configuration $config the configuration to use
70 69
      */
71
-    public function __construct(protected Configuration $config)
72
-    {
70
+    public function __construct(protected Configuration $config) {
73 71
     }
74 72
 
75 73
     /**
Please login to merge, or discard this patch.