Skip to content
Snippets Groups Projects
Commit 8e620328 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Divers

parent 61000315
No related branches found
No related tags found
No related merge requests found
Pipeline #14807 failed
<?php
namespace UnicaenApp\Form\View\Helper;
use Laminas\Form\View\Helper\FormElement;
use Laminas\Form\View\Helper\FormRow;
use UnicaenApp\Form\Element\DateInfSup;
use Laminas\Form\ElementInterface;
......@@ -90,7 +91,7 @@ class FormRowDateInfSup extends FormRow
/**
* {@inheritdoc}
*/
protected function getElementHelper()
protected function getElementHelper(): FormElement
{
if (method_exists($this->view, 'plugin')) {
$this->elementHelper = $this->view->plugin('formDateInfSup');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment