Skip to content

Commit 705e761

Browse files
committed
Merge branch '5.0'
* 5.0: [Validator] Better documentation on the Bic constrain
2 parents bc37f2f + bb04214 commit 705e761

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>`
@@ -92,7 +92,7 @@ iban
9292

9393
**type**: ``string`` **default**: ``null``
9494

95-
An IBAN value to validate that the BIC is associated with it.
95+
An IBAN value to validate that its country code is the same as the BIC's one.
9696

9797
ibanMessage
9898
~~~~~~~~~~~

0 commit comments

Comments
 (0)