Skip to content

Commit 2aee326

Browse files
committed
minor #15078 [PropertyAccess] fix the component name (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- [PropertyAccess] fix the component name Commits ------- 5f26782 [PropertyAccess] fix the component name
2 parents 59a8989 + 5f26782 commit 2aee326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ more details, see the main :ref:`choice_label <reference-form-choice-label>` doc
182182

183183
When passing a string, the ``choice_label`` option is a property path. So you
184184
can use anything supported by the
185-
:doc:`PropertyAccessor component </components/property_access>`
185+
:doc:`PropertyAccess component </components/property_access>`
186186

187187
For example, if the translations property is actually an associative
188188
array of objects, each with a ``name`` property, then you could do this::

serializer/normalizers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Symfony includes the following normalizers but you can also
2525
:doc:`create your own normalizer </serializer/custom_normalizer>`:
2626

2727
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer` to
28-
normalize PHP object using the :doc:`PropertyAccessor component </components/property_access>`;
28+
normalize PHP object using the :doc:`PropertyAccess component </components/property_access>`;
2929
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DateTimeZoneNormalizer`
3030
for :phpclass:`DateTimeZone` objects
3131
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DateTimeNormalizer` for

0 commit comments

Comments
 (0)