YotpoLtd / magento2-module-yotpo-reviews

Open Software License 3.0
23 stars 38 forks source link

YOTP-449 fix description strip tags with null #294

Closed LiorGingi closed 1 year ago

LiorGingi commented 1 year ago

strip_tags no longer supports null values since PHP v8.1.1. In order to ensure compatibility of v3.3.0 with this PHP version, we had to have this fix.