File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
src/Symfony/Component/Validator Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ TwigBundle
57
57
58
58
* Mark class ` TemplateCacheWarmer ` as ` final `
59
59
60
+ Validator
61
+ ---------
62
+
63
+ * Deprecate ` Bic::INVALID_BANK_CODE_ERROR `
64
+
60
65
Workflow
61
66
--------
62
67
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ CHANGELOG
12
12
* Add ` list ` and ` associative_array ` types to ` Type ` constraint
13
13
* Add the ` Charset ` constraint
14
14
* Add the ` requireTld ` option to the ` Url ` constraint
15
+ * Deprecate ` Bic::INVALID_BANK_CODE_ERROR `
15
16
16
17
7.0
17
18
---
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ class Bic extends Constraint
29
29
{
30
30
public const INVALID_LENGTH_ERROR = '66dad313-af0b-4214-8566-6c799be9789c ' ;
31
31
public const INVALID_CHARACTERS_ERROR = 'f424c529-7add-4417-8f2d-4b656e4833e2 ' ;
32
+ /**
33
+ * @deprecated since Symfony 7.1, to be removed in 8.0
34
+ */
32
35
public const INVALID_BANK_CODE_ERROR = '00559357-6170-4f29-aebd-d19330aa19cf ' ;
33
36
public const INVALID_COUNTRY_CODE_ERROR = '1ce76f8d-3c1f-451c-9e62-fe9c3ed486ae ' ;
34
37
public const INVALID_CASE_ERROR = '11884038-3312-4ae5-9d04-699f782130c7 ' ;
You can’t perform that action at this time.
0 commit comments