@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | { |
| 47 | 47 | if ($this->exportContext[$level] ?? false) { |
| 48 | 48 | $export = VarDumper::export($context); |
| 49 | - Console::stdout($export . "\n"); |
|
| 49 | + Console::stdout($export."\n"); |
|
| 50 | 50 | } |
| 51 | 51 | } |
| 52 | 52 | |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | } else { |
| 63 | 63 | return; |
| 64 | 64 | } |
| 65 | - Console::stdout($message . "\n"); |
|
| 65 | + Console::stdout($message."\n"); |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | protected function getContextMessage() |