Skip to content

Commit 1ca8d1c

Browse files
committed
minor symfony#18493 [HttpKernel] update 4.0 upgrade file for the argument resolver (xabbuh)
This PR was merged into the 3.1-dev branch. Discussion ---------- [HttpKernel] update 4.0 upgrade file for the argument resolver | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | https://github.com/symfony/symfony/pull/18308/files#r58308586 | License | MIT | Doc PR | Commits ------- 5f0b0d4 update 4.0 upgrade file for the argument resolver
2 parents a073a65 + 5f0b0d4 commit 1ca8d1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADE-4.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ HttpKernel
6262
has been removed. The inline fragment renderer should be used with object
6363
attributes.
6464

65+
* The `ControllerResolver::getArguments()` method has been removed. If you
66+
have your own `ControllerResolverInterface` implementation, you should
67+
inject an `ArgumentResolverInterface` instance.
68+
6569
Serializer
6670
----------
6771

0 commit comments

Comments
 (0)