File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -124,18 +124,13 @@ Parameter Description
124
124
``mode ``
125
125
~~~~~~~~
126
126
127
- **type **: ``string `` **default **: ``strict ``
127
+ **type **: ``string `` **default **: ``BIC::VALIDATION_MODE_STRICT ``
128
128
129
- This option defines how the BIC is validated:
129
+ This option defines how the BIC is validated. Available constants are defined
130
+ in the :class: `Symfony\\ Component\\ Validator\\ Constraints\\ BIC ` class.
130
131
131
- * ``strict `` validates the given value without any modification;
132
- * ``case-insensitive `` converts the given value to uppercase before validating it.
133
-
134
- .. tip ::
135
-
136
- The possible values of this option are also defined as PHP constants of
137
- :class: `Symfony\\ Component\\ Validator\\ Constraints\\ BIC `
138
- (e.g. ``BIC::VALIDATION_MODE_CASE_INSENSITIVE ``).
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.
139
134
140
135
.. versionadded :: 7.2
141
136
You can’t perform that action at this time.
0 commit comments