From 48b0cec9f4106f355cdd4274ff4558053f74f183 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 8 Mar 2019 11:01:40 +0100 Subject: [PATCH] add missing versionadded directives for Bic options --- reference/constraints/Bic.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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