aligent / magento-stockists-module

GNU General Public License v3.0
1 stars 1 forks source link

Handle situations where Gallery information is not set #5

Closed brettlaishley closed 3 years ago

brettlaishley commented 3 years ago

Even though $this->filterProvider->getPageFilter()->filter(); should always return a string, it returns null when given null and is causing internal server errors for Kathmandu.

In addition I'm removing a class variable type restriction because this module is meant to support PHP 7.2.