Open
Description
Steps to reproduce
- Use Zend_Validate in your extension
- Validate extension with the last (26) version of Magento Coding Standard
Expected result
- Extension is not valid and there is a correct suggestion or it is not ERROR level but WARNING
- Suggested replacement is present in 2.4.0 Magento versions as it is supported to November 28, 2022
Actual result
- Extension not valid
- Suggested replacement (\Magento\Framework\Validator\ValidatorChain) is missing in 2.4.0-2.4.5
Pull request #420 bring these new changes.