From 1e300009a1ac961376f6c389691da55c2919d6f0 Mon Sep 17 00:00:00 2001 From: Jorge Alberto Cricelli Date: Wed, 5 Oct 2016 15:26:38 -0300 Subject: [PATCH] Corrected parameter description. --- src/Validation/Validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Validation/Validator.php b/src/Validation/Validator.php index 6ad70913413..a2c891be9e7 100644 --- a/src/Validation/Validator.php +++ b/src/Validation/Validator.php @@ -302,7 +302,7 @@ public function count() * ]); * ``` * - * @param string $field The name of the field from which the rule will be removed + * @param string $field The name of the field from which the rule will be added * @param array|string $name The alias for a single rule or multiple rules array * @param array|\Cake\Validation\ValidationRule $rule the rule to add * @return $this