Skip to content

Commit bc8c2d2

Browse files
committed
Minor tweaks
1 parent 5ec564f commit bc8c2d2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/constraints/Bic.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ Parameter Description
124124
``mode``
125125
~~~~~~~~
126126

127-
**type**: ``string`` **default**: ``BIC::VALIDATION_MODE_STRICT``
127+
**type**: ``string`` **default**: ``Bic::VALIDATION_MODE_STRICT``
128128

129-
This option defines how the BIC is validated. Available constants are defined
130-
in the :class:`Symfony\\Component\\Validator\\Constraints\\BIC` class.
129+
This option defines how the BIC is validated. The possible values are available
130+
as constants in the :class:`Symfony\\Component\\Validator\\Constraints\\Bic` class:
131131

132-
* ``BIC::VALIDATION_MODE_STRICT`` validates the given value without any modification;
133-
* ``BIC::VALIDATION_MODE_CASE_INSENSITIVE`` converts the given value to uppercase before validating it.
132+
* ``Bic::VALIDATION_MODE_STRICT`` validates the given value without any modification;
133+
* ``Bic::VALIDATION_MODE_CASE_INSENSITIVE`` converts the given value to uppercase before validating it.
134134

135135
.. versionadded:: 7.2
136136

0 commit comments

Comments
 (0)