Skip to content

Commit a9ce0ea

Browse files
committed
Merge branch '3.1'
2 parents a6ae33b + 4e79f6e commit a9ce0ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

controller/argument_value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Extending Action Argument Resolving
77
.. versionadded:: 3.1
88
The ``ArgumentResolver`` and value resolvers were introduced in Symfony 3.1.
99

10-
In the book, you've learned that you can get the
10+
In the :doc:`controller guide </controller>`, you've learned that you can get the
1111
:class:`Symfony\\Component\\HttpFoundation\\Request` object via an argument in
1212
your controller. This argument has to be type-hinted by the ``Request`` class
1313
in order to be recognized. This is done via the

form/without_class.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ an array.
6060
a better choice, since it returns the data (usually an object) after
6161
it's been transformed by the Form component.
6262

63-
.. _booking-validation-forms:
64-
6563
Adding Validation
6664
-----------------
6765

0 commit comments

Comments
 (0)