mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 16:46:11 +02:00
Fix CS
This commit is contained in:
@@ -84,7 +84,7 @@ class NormalizerFormatterTest extends TestCase
|
||||
public function testFormatExceptionWithBasePath(): void
|
||||
{
|
||||
$formatter = new NormalizerFormatter('Y-m-d');
|
||||
$formatter->setBasePath(dirname(dirname(dirname(__DIR__))));
|
||||
$formatter->setBasePath(\dirname(\dirname(\dirname(__DIR__))));
|
||||
$e = new \LogicException('bar');
|
||||
$formatted = $formatter->normalizeValue([
|
||||
'exception' => $e,
|
||||
|
Reference in New Issue
Block a user