mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
remove comment in constructor
This commit is contained in:
parent
5dd99d201b
commit
f35889339d
@ -14,14 +14,10 @@ class SocialIssueNormalizer implements NormalizerInterface, NormalizerAwareInter
|
|||||||
|
|
||||||
use NormalizerAwareTrait;
|
use NormalizerAwareTrait;
|
||||||
|
|
||||||
/**
|
|
||||||
* @param SocialIssueRender $render
|
|
||||||
*/
|
|
||||||
public function __construct(SocialIssueRender $render)
|
public function __construct(SocialIssueRender $render)
|
||||||
{
|
{
|
||||||
$this->render = $render;
|
$this->render = $render;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function normalize($socialIssue, string $format = null, array $context = [])
|
public function normalize($socialIssue, string $format = null, array $context = [])
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user