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
|
||||
*
|
||||
* @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 New Issue