DX: more cs

This commit is contained in:
Julien Fastré 2022-11-02 14:40:17 +01:00
parent 2ee362bfd5
commit 2e60b6735a
4 changed files with 5 additions and 9 deletions

View File

@ -22,15 +22,11 @@ class SentReceivedAggregator implements AggregatorInterface
{
private TranslatorInterface $translator;
/**
* @param TranslatorInterface $translator
*/
public function __construct(TranslatorInterface $translator)
{
$this->translator = $translator;
}
public function addRole(): ?string
{
return null;