The change in TaskExtraData.php ensures that the templateId is always treated as an integer. This improves data type consistency and potentially avoids errors that could occur if non-integer values were passed.
The change in TaskExtraData.php ensures that the templateId is always treated as an integer. This improves data type consistency and potentially avoids errors that could occur if non-integer values were passed.