Skip to content

Commit 7ee9e20

Browse files
Merge branch '4.3' into 4.4
* 4.3: cs fix
2 parents a9fd1a7 + 4fb63ec commit 7ee9e20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ConstraintViolation.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ class ConstraintViolation implements ConstraintViolationInterface
3535
* @param string|object $message The violation message as a string or a stringable object
3636
* @param string $messageTemplate The raw violation message
3737
* @param array $parameters The parameters to substitute in the
38-
* raw violation message
38+
* raw violation message
3939
* @param mixed $root The value originally passed to the
40-
* validator
40+
* validator
4141
* @param string $propertyPath The property path from the root
42-
* value to the invalid value
42+
* value to the invalid value
4343
* @param mixed $invalidValue The invalid value that caused this
44-
* violation
44+
* violation
4545
* @param int|null $plural The number for determining the plural
46-
* form when translating the message
46+
* form when translating the message
4747
* @param string|null $code The error code of the violation
4848
* @param mixed $cause The cause of the violation
4949
*/

0 commit comments

Comments
 (0)