|
@@ -98,7 +98,7 @@ class SlackWebhookHandler extends AbstractProcessingHandler
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public function getFormatter()
|
|
|
|
|
|
|
+ public function getFormatter(): FormatterInterface
|
|
|
{
|
|
{
|
|
|
$formatter = parent::getFormatter();
|
|
$formatter = parent::getFormatter();
|
|
|
$this->slackRecord->setFormatter($formatter);
|
|
$this->slackRecord->setFormatter($formatter);
|