mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 14:16:42 +02:00
CI fixes
This commit is contained in:
@@ -70,7 +70,7 @@ class DynamoDbHandlerTest extends TestCase
|
||||
$handler->setFormatter($formatter);
|
||||
|
||||
if ($this->isV3) {
|
||||
$expFormatted = array('foo' => array('N' => 1), 'bar' => array('N' => 2));
|
||||
$expFormatted = ['foo' => ['N' => 1], 'bar' => ['N' => 2]];
|
||||
} else {
|
||||
$expFormatted = $formatted;
|
||||
}
|
||||
|
Reference in New Issue
Block a user