Smile-SA / magento2-module-store-locator

Magento 2 store locator module
50 stars 57 forks source link

Make extension compatible with php 8.0+ #135

Closed indykoning closed 2 years ago

indykoning commented 2 years ago

mixed as a return type has been added as of php 8.0 https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.mixed and it has also been added to the JsonSerializable interface https://www.php.net/manual/en/class.jsonserializable.php causing type errors if it is not added

PrigentMatthieu commented 2 years ago

See https://github.com/Smile-SA/magento2-module-store-locator/pull/143