Skip to content

Commit 40a4f38

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed some deprecation messages fixed some deprecation messages fixed some deprecation messages fixed some deprecation messages [2.7][DX] Use constant message contextualisation for deprecations
2 parents 4d942c7 + 4e6dcd7 commit 40a4f38

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 (true !== $constraint->strict) {
62-
@trigger_error('Not setting the strict option of the Choice constraint to true is deprecated since version 3.4 and will throw an exception in 4.0.', E_USER_DEPRECATED);
62+
@trigger_error('Not setting the strict option of the Choice constraint to true is deprecated since Symfony 3.4 and will throw an exception in 4.0.', E_USER_DEPRECATED);
6363
}
6464

6565
if ($constraint->multiple) {

0 commit comments

Comments
 (0)