File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ Parameter Description
124
124
``mode ``
125
125
~~~~~~~~
126
126
127
- **type **: ``string `` **default **: ``BIC ::VALIDATION_MODE_STRICT ``
127
+ **type **: ``string `` **default **: ``Bic ::VALIDATION_MODE_STRICT ``
128
128
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:
131
131
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.
134
134
135
135
.. versionadded :: 7.2
136
136
You can’t perform that action at this time.
0 commit comments