Closed norgeindian closed 7 months ago
With https://github.com/magento/magento2/blame/57a32313c47367079d64ec450a2d108b7133c491/app/code/Magento/Indexer/Console/Command/IndexerReindexCommand.php#L96, the return type for this function has been set. This way, setup:upgrade will fail with Magento 2.4.7, if method is not declared the same way.
setup:upgrade
Thanks for the PR. I have merged it.
With https://github.com/magento/magento2/blame/57a32313c47367079d64ec450a2d108b7133c491/app/code/Magento/Indexer/Console/Command/IndexerReindexCommand.php#L96, the return type for this function has been set. This way,
setup:upgrade
will fail with Magento 2.4.7, if method is not declared the same way.