Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #205 [HttpKernel] Move the backed enum value resolver deprecation…
… trigger to the constructor (ogizanagi) This PR was merged into the 2.x-dev branch. Discussion ---------- [HttpKernel] Move the backed enum value resolver deprecation trigger to the constructor Since the controller arg resolvers are added to the `annotations.map` [file from the `FrameworkExtension`](symfony/symfony@feb5e62), the class was loaded during warmup and the deprec was triggered even if the class is not used in the app. So let's move it to the constructor. Commits ------- 60513b6 [HttpKernel] Move the backed enum value resolver deprecation trigger to the constructor
- Loading branch information