Runtime Doctrine ORM analysis with Doctrine Doctor
As developers, we're familiar with static analysis tools like PHPStan for identifying code problems. However, detecting runtime issues, especially those related to databases, requires a different approach.
