Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c1aa7d

Browse filesBrowse files
committed
minor #11111 add missing versionadded directives for Bic options (xabbuh)
This PR was merged into the master branch. Discussion ---------- add missing versionadded directives for Bic options Commits ------- 48b0cec add missing versionadded directives for Bic options
2 parents 4d14864 + 48b0cec commit 0c1aa7d
Copy full SHA for 0c1aa7d

File tree

1 file changed

+12
-0
lines changed
Filter options

1 file changed

+12
-0
lines changed

‎reference/constraints/Bic.rst

Copy file name to clipboardExpand all lines: reference/constraints/Bic.rst
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,32 @@ iban
9494

9595
**type**: ``string`` **default**: ``null``
9696

97+
.. versionadded:: 4.3
98+
99+
The ``iban`` option was introduced in Symfony 4.3.
100+
97101
An IBAN value to validate that the BIC is associated with it.
98102

99103
ibanMessage
100104
~~~~~~~~~~~
101105

102106
**type**: ``string`` **default**: ``This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.``
103107

108+
.. versionadded:: 4.3
109+
110+
The ``ibanMessage`` option was introduced in Symfony 4.3.
111+
104112
The default message supplied when the value does not pass the combined BIC/IBAN check.
105113

106114
ibanPropertyPath
107115
~~~~~~~~~~~~~~~~
108116

109117
**type**: ``string`` **default**: ``null``
110118

119+
.. versionadded:: 4.3
120+
121+
The ``ibanPropertyPath`` option was introduced in Symfony 4.3.
122+
111123
It defines the object property whose value stores the IBAN used to check the BIC with.
112124

113125
For example, if you want to compare the ``$bic`` property of some object

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.