File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2234,7 +2234,7 @@ php_errors
2234
2234
log
2235
2235
...
2236
2236
2237
- **type **: ``boolean `` | ``int `` | ``array<int, string> `` **default **: ``true ``
2237
+ **type **: ``boolean ``, ``int `` or ``array<int, string> `` **default **: ``true ``
2238
2238
2239
2239
Use the application logger instead of the PHP logger for logging PHP errors.
2240
2240
When an integer value is used, it defines a bitmask of PHP errors that will
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ each with a single field.
277
277
``ignoreNull ``
278
278
~~~~~~~~~~~~~~
279
279
280
- **type **: ``boolean `` | ``string `` | ``array `` **default **: ``true ``
280
+ **type **: ``boolean ``, ``string `` or ``array `` **default **: ``true ``
281
281
282
282
If this option is set to ``true ``, then the constraint will allow multiple
283
283
entities to have a ``null `` value for a field without failing validation.
You can’t perform that action at this time.
0 commit comments