mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
CS fixes & upgrading cs fixer config
This commit is contained in:
@@ -39,8 +39,8 @@ class DynamoDbHandler extends AbstractProcessingHandler
|
||||
/**
|
||||
* @param DynamoDbClient $client
|
||||
* @param string $table
|
||||
* @param integer $level
|
||||
* @param boolean $bubble
|
||||
* @param int $level
|
||||
* @param bool $bubble
|
||||
*/
|
||||
public function __construct(DynamoDbClient $client, $table, $level = Logger::DEBUG, $bubble = true)
|
||||
{
|
||||
@@ -64,7 +64,7 @@ class DynamoDbHandler extends AbstractProcessingHandler
|
||||
|
||||
$this->client->putItem(array(
|
||||
'TableName' => $this->table,
|
||||
'Item' => $formatted
|
||||
'Item' => $formatted,
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user