mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-29 07:50:05 +02:00
Fix build (#1954)
* Fix build * Update phpstan-baseline.neon * better fix
This commit is contained in:
@@ -34,7 +34,7 @@ class ElasticsearchFormatterTest extends TestCase
|
||||
|
||||
// Expected values
|
||||
$expected = $msg->toArray();
|
||||
$expected['datetime'] = '1970-01-01T00:00:00+0000';
|
||||
$expected['datetime'] = '1970-01-01T00:00:00+00:00';
|
||||
$expected['context'] = [
|
||||
'class' => ['stdClass' => []],
|
||||
'foo' => 7,
|
||||
|
Reference in New Issue
Block a user