Skip to content

Commit a73e4dc

Browse files
author
Joppe de Cuyper
committed
Removed IBAN docs, not available in version 4.2
1 parent b96f9af commit a73e4dc

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)