Fix CS and upgrade issues after mergin master branch

This commit is contained in:
2024-06-24 10:56:02 +02:00
parent 916724c0c5
commit 49dd7f94fa
13 changed files with 13 additions and 27 deletions

View File

@@ -41,9 +41,7 @@ class UserNormalizer implements ContextAwareNormalizerInterface, NormalizerAware
'isAbsent' => false,
];
public function __construct(private readonly UserRender $userRender, private readonly ClockInterface $clock)
{
}
public function __construct(private readonly UserRender $userRender, private readonly ClockInterface $clock) {}
/**
* @param mixed|null $format

View File

@@ -38,8 +38,7 @@ class UserRender implements ChillEntityRenderInterface
private readonly \Twig\Environment $engine,
private readonly TranslatorInterface $translator,
private readonly ClockInterface $clock,
) {
}
) {}
/**
* @throws LoaderError