Sometimes, this could happen that when you run
“php bin/magento setup:di:compile”
It can give you the below error:
Fatal error: Declaration of TemandoShippingModelResourceModelCollectionPointOrderCollectionPointRepository::save(TemandoShippingApiDataCollectionPointOrderCollectionPointInterface $collectionPoint) must be compatible with TemandoShippingModelResourceModelRepositoryOrderCollectionPointRepositoryInterface::save(TemandoShippingApiDataDeliveryOrderCollectionPointInterface $collectionPoint) in /var/www/html/magento2vendortemandomodule-shipping-m2ModelResourceModelCollectionPointOrderCollectionPointRepository.php on line 24
Don’t get panic. Because the solution is very simple.
Now, let’s talk about the solution.
Solution: Completely remove the vendor/temando folder and all files then reinstall temando module.
That’s it. Let us know how it work with your coding journey.

