Actions
Bug #8840
closedMinor issue without visible effects: CB parameter sub-(pseudo)-fields have null type
Bug #8840:
Minor issue without visible effects: CB parameter sub-(pseudo)-fields have null type
Description
This became visible in PHP 8.1 warnings. But it's much better to fix root cause than to retype null to string in all $field->type usages while $field->type was expected to be set (as string).
Treating this separately from PHP 8.1 adaptations.
Actions