magento-2-blog icon indicating copy to clipboard operation
magento-2-blog copied to clipboard

Use the null coalescing operator to default the value to an empty st…

Open ishiekh-dev opened this issue 2 years ago • 0 comments

[php 8.1 - explode(): Passing null to parameter] this happened on Category Model line 195 fixed by adding null coalescing operator to default the value to an empty string if the value is null

ishiekh-dev avatar Jun 29 '22 13:06 ishiekh-dev