Skip to content

Commit f69f194

Browse files
committed
minor #13672 [Validator] Better documentation on the Bic constrain (sylfabre)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- [Validator] Better documentation on the Bic constrain Commits ------- 8a8e062 [Validator] Better documentation on the Bic constrain
2 parents 0cbc379 + 8a8e062 commit f69f194

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Bic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bic
44
This constraint is used to ensure that a value has the proper format of a
55
`Business Identifier Code (BIC)`_. BIC is an internationally agreed means to
66
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.
88

99
========== ===================================================================
1010
Applies to :ref:`property or method <validation-property-target>`
@@ -96,7 +96,7 @@ iban
9696

9797
The ``iban`` option was introduced in Symfony 4.3.
9898

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.
100100

101101
ibanMessage
102102
~~~~~~~~~~~

0 commit comments

Comments
 (0)