Skip to content

Commit 4e6dcd7

Browse files
committed
fixed some deprecation messages
1 parent 2ade7af commit 4e6dcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Constraints/ChoiceValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function validate($value, Constraint $constraint)
5959
}
6060

6161
if (false === $constraint->strict) {
62-
@trigger_error('Setting the strict option of the Choice constraint to false is deprecated since version 3.2 and will be removed in 4.0.', E_USER_DEPRECATED);
62+
@trigger_error('Setting the strict option of the Choice constraint to false is deprecated since Symfony 3.2 and will be removed in 4.0.', E_USER_DEPRECATED);
6363
}
6464

6565
if ($constraint->multiple) {

0 commit comments

Comments
 (0)