OpenMage / magento-lts

Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.
https://www.openmage.org
Open Software License 3.0
863 stars 438 forks source link

Skipped Zend_Validate_Barcode_Intelligentmail from autoloading #4002

Closed S0FTWEX closed 3 weeks ago

S0FTWEX commented 1 month ago

OpenMage 20.8.0 PHP 8.2

When I want to optimize autoload files with composer dump-autoload --optimize I get a notice: Class Zend_Validate_Barcode_Intelligentmail located in ./vendor/shardj/zf1-future/library/Zend/Validate/Barcode/IntelligentMail.php does not comply with psr-0 autoloading standard. Skipping.

What is the problem with this class?

pquerner commented 1 month ago

Latest file: https://github.com/Shardj/zf1-future/blob/release-1.234/library/Zend/Validate/Barcode/Intelligentmail.php

Its been reported here https://github.com/Shardj/zf1-future/issues/66 here, that the filename should be IntelligentMail.php instead of Intelligentmail.php (notice the upper M) and was apparently fixed but was unfixed again here https://github.com/Shardj/zf1-future/pull/336.