Loading CHANGELOG.md +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). Loading src/UnicaenApp/Form/View/Helper/FormElementCollection.php +1 −1 Original line number Diff line number Diff line Loading @@ -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')) { Loading Loading
CHANGELOG.md +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). Loading
src/UnicaenApp/Form/View/Helper/FormElementCollection.php +1 −1 Original line number Diff line number Diff line Loading @@ -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')) { Loading