I am getting following Deprecated error on php when i upgrade PHP version to 8.2
Deprecated: Optional parameter $InitValue declared before required parameter $Parent is implicitly treated as a required parameter
function __construct($ControlType, $Name, $Caption, $DataType, $Format, $InitValue = "", &$Parent)
Any tips? greatly appreciated.