mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 18:54:24 +00:00
improve docgen, trnslations, admin
This commit is contained in:
parent
18fa4eb586
commit
64015479b1
@ -268,7 +268,6 @@ class DocGenObjectNormalizer implements NormalizerAwareInterface, NormalizerInte
|
||||
->localize($value);
|
||||
} elseif (is_iterable($value)) {
|
||||
$arr = [];
|
||||
|
||||
foreach ($value as $k => $v) {
|
||||
$arr[$k] =
|
||||
$this->normalizer->normalize($v, $format, array_merge(
|
||||
|
Loading…
x
Reference in New Issue
Block a user