makinacorpus / DbToolsBundle

A PHP library to backup, restore and anonymize databases
https://dbtoolsbundle.readthedocs.io
MIT License
181 stars 15 forks source link

fix: typo with psr4 folder in iban bic anonymizer #146

Closed shakaran closed 7 months ago

shakaran commented 7 months ago

In composer update, fix the following error:

Generating optimized autoload files
Class MakinaCorpus\DbToolsBundle\Anonymization\Anonymizer\Common\IbanBicAnonymizer located 
in ./vendor/makinacorpus/db-tools-bundle/src/Anonymization/Anonymizer/Core/IbanBicAnonymizer.php 
does not comply with psr-4 autoloading standard. Skipping.

It seems a typo using "Common" folder which not exist, instead use the "Core" folder which have all the classes.