Skip to content

Commit 8d3e31a

Browse files
[Attributes] Add #[MapDateTime] reference
1 parent 4150865 commit 8d3e31a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

controller/value_resolver.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ Symfony ships with the following value resolvers in the
9696

9797
.. versionadded:: 6.1
9898

99-
The ``DateTimeValueResolver`` was introduced in Symfony 6.1.
99+
The ``DateTimeValueResolver`` and the ``MapDateTime`` attribute were
100+
introduced in Symfony 6.1.
100101

101102
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver\\RequestValueResolver`
102103
Injects the current ``Request`` if type-hinted with ``Request`` or a class

reference/attributes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ HttpKernel
5353

5454
* :doc:`AsController </controller/service>`
5555
* :ref:`Cache <http-cache-expiration-intro>`
56-
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapDateTime`
56+
* :ref:`MapDateTime <functionality-shipped-with-the-httpkernel>`
5757

5858
Messenger
5959
~~~~~~~~~

0 commit comments

Comments
 (0)