diff --git a/reference/constraints/Bic.rst b/reference/constraints/Bic.rst index 49060cf5f64..569f1f977ee 100644 --- a/reference/constraints/Bic.rst +++ b/reference/constraints/Bic.rst @@ -94,6 +94,10 @@ iban **type**: ``string`` **default**: ``null`` +.. versionadded:: 4.3 + + The ``iban`` option was introduced in Symfony 4.3. + An IBAN value to validate that the BIC is associated with it. ibanMessage @@ -101,6 +105,10 @@ ibanMessage **type**: ``string`` **default**: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.`` +.. versionadded:: 4.3 + + The ``ibanMessage`` option was introduced in Symfony 4.3. + The default message supplied when the value does not pass the combined BIC/IBAN check. ibanPropertyPath @@ -108,6 +116,10 @@ ibanPropertyPath **type**: ``string`` **default**: ``null`` +.. versionadded:: 4.3 + + The ``ibanPropertyPath`` option was introduced in Symfony 4.3. + It defines the object property whose value stores the IBAN used to check the BIC with. For example, if you want to compare the ``$bic`` property of some object