I am working on Symfony2 and I updated my composer.phar update project
Now when I check my site using app_dev.php , I always have this error:
Case mismatch between loaded and declared class names: Blu\ProjectBun dle\Entity\AccountRepository vs Blu\ProjectBundle\Entity\AccountRepos itory
Same thing when I clear the dev cache, manually or not. I have nothing special in AccountRepository.php ..
Any ideas?
Edit: I already tried adding if ($name !== $class && 0 === strcasecmp($name, $class)) { in DebugClassLoader.php and without effect
symfony
Clement andraud
source share