We cannot know what kind of data is passed to Form::isValid()

refs #5525
This commit is contained in:
Johannes Meyer 2014-07-18 09:52:05 +02:00
parent 78a6175acc
commit 8f0b9899a3

View File

@ -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
*/ */