makinacorpus / DbToolsBundle

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

With Symfony 6.x APP_DEBUG=true, the debug component does a false positive error #196

Open pounard opened 18 hours ago

pounard commented 18 hours ago
Error: During inheritance of MakinaCorpus\QueryBuilder\Query\Where\WhereWhere, while autoloading MakinaCorpus\QueryBuilder\Query\Where\WhereWhereNested: Uncaught ReflectionException: Class "MakinaCorpus\QueryBuilder\Query\Where\WhereWhere" does not exist in /code/app/vendor/symfony/error-handler/DebugClassLoader.php:324

So, in fact the code does exists, and PHP does know how to load it, but the debug component of Symfony does not.