File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
This constraint is used to ensure that a value has the proper format of a
5
5
`Business Identifier Code (BIC) `_. BIC is an internationally agreed means to
6
6
uniquely identify both financial and non-financial institutions. You may also
7
- check that the BIC is associated with a given IBAN.
7
+ check that the BIC's country code is the same as a given IBAN's one .
8
8
9
9
========== ===================================================================
10
10
Applies to :ref: `property or method <validation-property-target >`
96
96
97
97
The ``iban `` option was introduced in Symfony 4.3.
98
98
99
- An IBAN value to validate that the BIC is associated with it .
99
+ An IBAN value to validate that its country code is the same as the BIC's one .
100
100
101
101
ibanMessage
102
102
~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments