Closed ctippler closed 3 months ago
Prevent error/warning "trim(): Argument #1 ($string) must be of type string, null given"
because trim() is only applyable on strings - not if it is null
thx very much. could you please rebase to 1.1?
Well... rebasing didn't worked as expected - i created a new PR based on 1.1. https://github.com/pimcore/ecommerce-framework-bundle/pull/191
Prevent error/warning "trim(): Argument #1 ($string) must be of type string, null given"
because trim() is only applyable on strings - not if it is null