File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ class ConstraintViolation implements ConstraintViolationInterface
35
35
* @param string|object $message The violation message as a string or a stringable object
36
36
* @param string $messageTemplate The raw violation message
37
37
* @param array $parameters The parameters to substitute in the
38
- * raw violation message
38
+ * raw violation message
39
39
* @param mixed $root The value originally passed to the
40
- * validator
40
+ * validator
41
41
* @param string $propertyPath The property path from the root
42
- * value to the invalid value
42
+ * value to the invalid value
43
43
* @param mixed $invalidValue The invalid value that caused this
44
- * violation
44
+ * violation
45
45
* @param int|null $plural The number for determining the plural
46
- * form when translating the message
46
+ * form when translating the message
47
47
* @param string|null $code The error code of the violation
48
48
* @param mixed $cause The cause of the violation
49
49
*/
You can’t perform that action at this time.
0 commit comments