From 8f0b9899a30cdf0505ba0943e2e2bb67d9b3f33c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 18 Jul 2014 09:52:05 +0200 Subject: [PATCH] We cannot know what kind of data is passed to Form::isValid() refs #5525 --- library/Icinga/Web/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index c9e3e7bcf..070d31d23 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -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 */