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
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
You can’t perform that action at this time.
0 commit comments