From f35889339de08bbf7c4ecf098797d2e4b865a7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 18 May 2021 19:20:50 +0200 Subject: [PATCH] remove comment in constructor --- .../Serializer/Normalizer/SocialIssueNormalizer.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php index e78febcde..383110764 100644 --- a/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php +++ b/src/Bundle/ChillPersonBundle/Serializer/Normalizer/SocialIssueNormalizer.php @@ -14,14 +14,10 @@ class SocialIssueNormalizer implements NormalizerInterface, NormalizerAwareInter use NormalizerAwareTrait; - /** - * @param SocialIssueRender $render - */ public function __construct(SocialIssueRender $render) { $this->render = $render; } - public function normalize($socialIssue, string $format = null, array $context = []) {