- Issue created by @hoanglv
- Assigned to divyansh.gupta
- Merge request !51Issue #3484260: Handle Missing $data['invalidations'][0]. → (Open) created by divyansh.gupta
- 🇮🇳India divyansh.gupta Jaipur
Hello @hoanglv,
Applied your patch and the changes looks good to me because this can solve the error as by using reset($data['invalidations']), the code will check if there is at least one element in $data['invalidations'], regardless of the key structure.
Please review.