8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50450a4 commit 1009ca2Copy full SHA for 1009ca2
controller/value_resolver.rst
@@ -218,8 +218,8 @@ Managing Value Resolvers
218
219
For each argument, every resolver tagged with ``controller.argument_value_resolver``
220
will be called until one provides a value. The order in which they are called depends
221
-on their priority. For example, the ``SessionValueResolver`` (priority 50) will be
222
-called before the ``DefaultValueResolver`` (priority -100) which allows to write e.g.
+on their priority. For example, the ``SessionValueResolver`` will be called before the
+``DefaultValueResolver`` because its priority is higher. This allows to write e.g.
223
``SessionInterface $session = null`` to get the session if there is one, or ``null``
224
if there is none.
225
0 commit comments