Skip to content
Snippets Groups Projects
Commit 0042ca8e authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

src/UnicaenAutoform/

parent ca8cf34c
No related branches found
No related tags found
No related merge requests found
Pipeline #22863 passed
......@@ -41,7 +41,8 @@ class FormulaireInstance implements HistoriqueAwareInterface {
$this->formulaire = $formulaire;
}
public function getReponses(): FormulaireReponse
/** @return FormulaireReponse[] */
public function getReponses(): array
{
return $this->reponses->toArray();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment