Skip to content

Commit

Permalink
We cannot know what kind of data is passed to Form::isValid()
Browse files Browse the repository at this point in the history
refs #5525
  • Loading branch information
Johannes Meyer committed Jul 18, 2014
1 parent 78a6175 commit 8f0b989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Form.php
Expand Up @@ -337,7 +337,7 @@ protected function generateCsrfToken()
/**
* 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
*/
Expand Down

0 comments on commit 8f0b989

Please sign in to comment.