Skip to content

add missing versionadded directives for Bic options #11111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions reference/constraints/Bic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,32 @@ 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
~~~~~~~~~~~

**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
~~~~~~~~~~~~~~~~

**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
Expand Down