mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-02-18 06:10:00 +00:00
php cs fixes after updating php cs fixer
This commit is contained in:
@@ -24,7 +24,9 @@ class ThirdPartyNormalizer implements NormalizerAwareInterface, NormalizerInterf
|
||||
{
|
||||
use NormalizerAwareTrait;
|
||||
|
||||
public function __construct(private readonly ThirdPartyRender $thirdPartyRender, private readonly TranslatableStringHelperInterface $translatableStringHelper) {}
|
||||
public function __construct(private readonly ThirdPartyRender $thirdPartyRender, private readonly TranslatableStringHelperInterface $translatableStringHelper)
|
||||
{
|
||||
}
|
||||
|
||||
public function normalize($thirdParty, $format = null, array $context = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user