mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
csfixes
This commit is contained in:
parent
a4baf89a6a
commit
b85e6aae3f
@ -40,7 +40,7 @@ class SocialActionNormalizer implements NormalizerAwareInterface, NormalizerInte
|
|||||||
'desactivationDate' => $this->normalizer->normalize($socialAction->getDesactivationDate(), $format, $context),
|
'desactivationDate' => $this->normalizer->normalize($socialAction->getDesactivationDate(), $format, $context),
|
||||||
'title' => $socialAction->getTitle(),
|
'title' => $socialAction->getTitle(),
|
||||||
'issue' => $this->normalizer->normalize($socialAction->getIssue(), $format, $context),
|
'issue' => $this->normalizer->normalize($socialAction->getIssue(), $format, $context),
|
||||||
'ordering' => $this->normalizer->normalize($socialAction->getOrdering(), $format, $context)
|
'ordering' => $this->normalizer->normalize($socialAction->getOrdering(), $format, $context),
|
||||||
];
|
];
|
||||||
|
|
||||||
case 'docgen':
|
case 'docgen':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user