mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
CS fixes
This commit is contained in:
@@ -63,10 +63,10 @@ class DynamoDbHandler extends AbstractProcessingHandler
|
||||
$filtered = $this->filterEmptyFields($record['formatted']);
|
||||
$formatted = $this->client->formatAttributes($filtered);
|
||||
|
||||
$this->client->putItem(array(
|
||||
$this->client->putItem([
|
||||
'TableName' => $this->table,
|
||||
'Item' => $formatted,
|
||||
));
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user