- Issue created by @klausi
- Status changed to Needs review
over 1 year ago 3:11pm 24 April 2023 - last update
over 1 year ago Patch Failed to Apply - Status changed to RTBC
over 1 year ago 9:40am 25 April 2023
When upgrading to PHP 8.1 I get this warning during our test execution "Deprecated function/: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in /CommerceCouponEntityController->attachLoad()/ (line /79/ of
//var/www/html/profiles/recruiter/modules/commerce_coupon/includes/commerce_coupon.controller.inc/).
Just cast to string, we don't care about NULL values there.