Doctrine ORM just released version 2.7.4 with few bug fixes including:
- psalm fixes
- Infer return type information with Psalter
- Fix QueryBuilder::getParameter() on parameter names with colons
- Fix OrderByItem parser to proceed with SimpleArithmetic expression before function
- Fix for bug #8229 (id column from parent class renamed in child class)
- Prohibits class typo in the discriminator map
Notice that Doctrine 2.8 will be released with PHP 8 support with a bunch of nice new features as mentioned its author Benjamin Eberlei.
More information at https://github.com/doctrine/orm/releases/tag/2.7.4