### Preconditions <!--- Provide any important information on the environment where bug is reproducible. --> 1. Magento 2.4.5-p1 2. Magento Coding Standard, 26 ### Steps to reproduce <!--- Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce. --> 1. Create a file, where you include `\Zend_Filter_Interface` in the constructor 2. Run `vendor/bin/phpcs --standard=dev/tests/static/framework/Magento` on that file. ### Expected result <!--- Tell us what do you expect to happen. --> 1. `RestrictedCodeSniff` should suggest a class, which exists in a clean Magento instance ### Actual result <!--- Tell us what happened instead. Include error messages and issues. --> 1. The following error comes up: ` ERROR | Class 'Zend_Filter_Interface' is restricted in XXX. Suggested replacement: Laminas\Filter\FilterInterface`