Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec51f56

Browse filesBrowse files
committed
minor #11074 removed versionadded, fixed count and note which behaves like version… (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- removed versionadded, fixed count and note which behaves like version… …added <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 04ac2c7 removed versionadded, fixed count and note which behaves like versionadded
2 parents d4a9155 + 04ac2c7 commit ec51f56
Copy full SHA for ec51f56

File tree

Expand file treeCollapse file tree

1 file changed

+1
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-10
lines changed

‎controller/argument_value_resolver.rst

Copy file name to clipboardExpand all lines: controller/argument_value_resolver.rst
+1-10Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ functionality.
1515
Functionality Shipped with the HttpKernel
1616
-----------------------------------------
1717

18-
.. versionadded:: 3.3
19-
20-
The ``SessionValueResolver`` and ``ServiceValueResolver`` were both added in Symfony 3.3.
21-
22-
Symfony ships with five value resolvers in the HttpKernel component:
18+
Symfony ships with the following value resolvers in the HttpKernel component:
2319

2420
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestAttributeValueResolver`
2521
Attempts to find a request attribute that matches the name of the argument.
@@ -46,11 +42,6 @@ Symfony ships with five value resolvers in the HttpKernel component:
4642
argument list. When the action is called, the last (variadic) argument will
4743
contain all the values of this array.
4844

49-
.. note::
50-
51-
Prior to Symfony 3.1, this logic was resolved within the ``ControllerResolver``.
52-
The old functionality is rewritten to the aforementioned value resolvers.
53-
5445
Adding a Custom Value Resolver
5546
------------------------------
5647

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.