Closed indykoning closed 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
See https://github.com/Smile-SA/magento2-module-store-locator/pull/143
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