mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
We cannot know what kind of data is passed to Form::isValid()
refs #5525
This commit is contained in:
parent
78a6175acc
commit
8f0b9899a3
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ class Form extends Zend_Form
|
|||
/**
|
||||
* Test the submitted data for a correct CSRF token
|
||||
*
|
||||
* @param array $requestData The POST data sent by the user
|
||||
* @param array $requestData The data sent by the user
|
||||
*
|
||||
* @throws InvalidCSRFTokenException When CSRF Validation fails
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue