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 @@ -2241,7 +2241,7 @@ php_errors
2241
2241
log
2242
2242
...
2243
2243
2244
- **type **: ``boolean `` | ``int `` | ``array<int, string> `` **default **: ``true ``
2244
+ **type **: ``boolean ``, ``int `` or ``array<int, string> `` **default **: ``true ``
2245
2245
2246
2246
Use the application logger instead of the PHP logger for logging PHP errors.
2247
2247
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