Closed
Description
My suggestion is to:
- Extract out into
PriorityTaggedServiceTrait
- Use
Ds\PriorityQueue
if available* (we can add the dependency for 3.0+) - For BC, use the implementation from [DependencyInjection] Fix the priority order of compiler pass trait symfony/symfony#20995
* Because php-ds is awesome! 😄