Merge branch 'fix-person-tests' into features/household

This commit is contained in:
2021-05-31 21:40:24 +02:00
51 changed files with 1410 additions and 589 deletions

View File

@@ -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 = [])
{