Closed
Description
As spotted in #49387 (comment), Doctrine\Common\EventSubscriber
should be banned from the bridge because it forces instantiating the event listeners (and their deps) even if they are never called.
#[AsDoctrineListener]
is a way better alternative anyway.