Skip to content

Commit a1200d3

Browse files
committed
minor #19019 [Serializer] Update reference to attribute in the section title (FlyingDR)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- [Serializer] Update reference to attribute in the section title Symfony 6 uses attributes instead of annotations, but reference to the ``@Ignore`` annotation still remains in the section title. Commits ------- 5a7bc8e [Serializer] Update reference to attribute in the section title
2 parents 24c24dc + 5a7bc8e commit a1200d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ Ignoring Attributes
441441
All attributes are included by default when serializing objects. There are two
442442
options to ignore some of those attributes.
443443

444-
Option 1: Using ``@Ignore`` Annotation
445-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
444+
Option 1: Using ``#[Ignore]`` Attribute
445+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
446446

447447
.. configuration-block::
448448

0 commit comments

Comments
 (0)