Open 06romix opened 2 years ago
Hi @06romix. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
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.