N°4384 Security hardening

This commit is contained in:
Pierre Goiffon
2021-11-25 12:59:19 +01:00
parent d8a77c22a3
commit b6fac4b411
3 changed files with 63 additions and 26 deletions

View File

@@ -40,7 +40,8 @@ abstract class FormManager
* - formrenderer_class : The class of the FormRenderer to use in the FormManager
* - formrenderer_endpoint : The endpoint of the renderer
*
* @param string $sJson
* @param string|string[] $sJson
*
* @return $this
*/
static function FromJSON($sJson)