@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Checks whether the given values are of the expected nested data. |
30 | 30 | * |
31 | - * @param mixed $values |
|
31 | + * @param mixed $value |
|
32 | 32 | * the potential nested values to check |
33 | 33 | * @param Validator $validator |
34 | 34 | * the validator to check with |