N°7063 - Forms SDK - Add Symfony forms component

error forms issue
This commit is contained in:
Benjamin Dalsass
2023-12-27 16:53:39 +01:00
parent d6970f6486
commit 2bcc4d9989
25 changed files with 450 additions and 370 deletions

View File

@@ -37,7 +37,7 @@ interface FormFactoryAdapterInterface
/**
* Return description the form.
*
* @return \Combodo\iTop\FormSDK\Field\Description\FormFieldDescription[]
* @return \Combodo\iTop\FormSDK\Field\FormFieldDescription[]
*/
public function GetFormDescriptions() : array;