mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
We cannot know what kind of data is passed to Form::isValid()
refs #5525
This commit is contained in:
parent
78a6175acc
commit
8f0b9899a3
@ -337,7 +337,7 @@ class Form extends Zend_Form
|
|||||||
/**
|
/**
|
||||||
* Test the submitted data for a correct CSRF token
|
* 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
|
* @throws InvalidCSRFTokenException When CSRF Validation fails
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user