Some fields of the BrowseColumn (label, from and to) are optional. These are null in the class definition. In the BrowseData request the fields are converted to XML, but this will give an deprecated warning:
Deprecated: DOMDocument::createElement(): Passing null to parameter #2 ($value) of type string is deprecated
Possible solution: Don't add optional fields of BrowseColumn to the DOM structure.
Some fields of the BrowseColumn (label, from and to) are optional. These are
null
in the class definition. In the BrowseData request the fields are converted to XML, but this will give an deprecated warning:Deprecated: DOMDocument::createElement(): Passing null to parameter #2 ($value) of type string is deprecated
Possible solution: Don't add optional fields of BrowseColumn to the DOM structure.