Commit 19335523 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

FormElementCollection->render : définition rendue compatible avec le parent

parent 256f012d
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
CHANGELOG
=========

6.0.1
-----
- FormElementCollection->render : définition rendue compatible avec le parent

5.1.7
-----
- Nouvel élément de formulaire Collection et aide de vue associée FormElementCollection (adaptés d'Octopus).
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class FormElementCollection extends FormCollection
     * @param  ElementInterface $element
     * @return string
     */
    public function render(ElementInterface $element)
    public function render(ElementInterface $element): string
    {
        $renderer = $this->getView();
        if (!method_exists($renderer, 'plugin')) {