-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too strict or early rule for Zend_Validate #423
Comments
Hi @06romix. Thank you for your report. Add a comment to assign the issue:
|
Agree that this is way too early. Even the current deployed version by Magento (2.4.5) is not fully working with this rule. For example, check this file => https://github.com/magento/magento2/blob/2.4.5/app/code/Magento/Eav/Setup/EavSetup.php#L825 Using the EavSetup in custom code leads to this error of coding standards while this is not fully imported yet in Magento side. |
Yes, just discovered the same issue here. |
Definitely a bad thing to error out with a suggested replacement that does not even exist in any stable/supported Magento version. |
We also have the same issue. |
same issue, plus Suggested replacement: Magento\Framework\Validator\ValidateException class is missing |
Steps to reproduce
Expected result
Actual result
Pull request #420 bring these new changes.
The text was updated successfully, but these errors were encountered: