### Symfony version(s) affected 6.4.0 ### Description Return type of `\Symfony\Component\Workflow\Registry::get()` changed from `Workflow` to `WorkflowInterface`. See commit https://github.com/symfony/symfony/commit/963cc7a40dab0f6a119a60db671e97b5aa1b643c Is that a wanted change? It could be seen as BC break and for example breaks Pimcore code, see https://github.com/pimcore/pimcore/pull/16320. ### How to reproduce Try to install Pimcore with latest symfony releases. ### Possible Solution _No response_ ### Additional Context _No response_