File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2241,7 +2241,7 @@ php_errors
22412241log
22422242...
22432243
2244- **type **: ``boolean `` | ``int `` | ``array<int, string> `` **default **: ``true ``
2244+ **type **: ``boolean ``, ``int `` or ``array<int, string> `` **default **: ``true ``
22452245
22462246Use the application logger instead of the PHP logger for logging PHP errors.
22472247When 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.
277277``ignoreNull ``
278278~~~~~~~~~~~~~~
279279
280- **type **: ``boolean `` | ``string `` | ``array `` **default **: ``true ``
280+ **type **: ``boolean ``, ``string `` or ``array `` **default **: ``true ``
281281
282282If this option is set to ``true ``, then the constraint will allow multiple
283283entities to have a ``null `` value for a field without failing validation.
You can’t perform that action at this time.
0 commit comments