Error when compiling: Declaration of X must be compatible with Y
I’m new to Magento and working on upgrading an existing project to 2.4.3. When running php -dmemory_limit=5G bin/magento setup:di:compile I’m encountering an error: Fatal error: Declaration of XRecurringServiceModelExportMetadataProvider::getHeaders(MagentoFrameworkViewElementUiComponentInterface $component) must be compatible with MagentoUiModelExportMetadataProvider::getHeaders(MagentoFrameworkViewElementUiComponentInterface $component): array in /code/X/RecurringService/Model/Export/MetadataProvider.php on line… Read More »Error when compiling: Declaration of X must be compatible with Y