Skip to content

Commit 91aa810

Browse files
committed
minor #11642 #11607 Removed IBAN docs, not available in version 4.2 (JoppeDC)
This PR was merged into the 4.2 branch. Discussion ---------- #11607 Removed IBAN docs, not available in version 4.2 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> The IBAN information was removed from the docs, as this feature was only introduced in `symfony 4.3`. This should close issue #11607 Commits ------- a73e4dc Removed IBAN docs, not available in version 4.2
2 parents a961c40 + a73e4dc commit 91aa810

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

reference/constraints/Bic.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ check that the BIC is associated with a given IBAN.
99
========== ===================================================================
1010
Applies to :ref:`property or method <validation-property-target>`
1111
Options - `groups`_
12-
- `iban`_
13-
- `ibanMessage`_
14-
- `ibanPropertyPath`_
1512
- `message`_
1613
- `payload`_
1714
Class :class:`Symfony\\Component\\Validator\\Constraints\\Bic`
@@ -87,31 +84,6 @@ Available Options
8784

8885
.. include:: /reference/constraints/_groups-option.rst.inc
8986

90-
iban
91-
~~~~
92-
93-
**type**: ``string`` **default**: ``null``
94-
95-
An IBAN value to validate that the BIC is associated with it.
96-
97-
ibanMessage
98-
~~~~~~~~~~~
99-
100-
**type**: ``string`` **default**: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.``
101-
102-
The default message supplied when the value does not pass the combined BIC/IBAN check.
103-
104-
ibanPropertyPath
105-
~~~~~~~~~~~~~~~~
106-
107-
**type**: ``string`` **default**: ``null``
108-
109-
It defines the object property whose value stores the IBAN used to check the BIC with.
110-
111-
For example, if you want to compare the ``$bic`` property of some object
112-
with regard to the ``$iban`` property of the same object, use
113-
``propertyPath="iban"`` in the comparison constraint of ``$bic``.
114-
11587
message
11688
~~~~~~~
11789

0 commit comments

Comments
 (0)