Breaking: #102151 - XML prologue always added in flexArray2Xml()
See forge#102151
Description
The second argument $add
on
\TYPO3\
has been dropped: When imploding a FlexForm array to an XML string using
this method, the "XML prologue" is always added.
Impact
This should have no impact for consumers of this method. The counterpart method
\TYPO3\
happily deals with this.
Affected installations
Instances with extensions using Flex
can drop
the second argument. The extension scanner will find usages with a weak match.
Since this is a detail method of the TYPO3 Core FlexForm handling, not often handled by extensions themselves, few instances will be affected in the first place.
Migration
No data migration needed, PHP consumers should drop the second argument when calling the method.