mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-15 01:24:17 +02:00
Merge branch '2.x' into main
This commit is contained in:
@@ -23,6 +23,13 @@ class ScalarFormatterTest extends TestCase
|
||||
$this->formatter = new ScalarFormatter();
|
||||
}
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
unset($this->formatter);
|
||||
}
|
||||
|
||||
public function buildTrace(\Exception $e)
|
||||
{
|
||||
$data = [];
|
||||
|
Reference in New Issue
Block a user