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
1 changed files with 1 additions and 1 deletions

View File

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