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 56be700 commit dcd5b4cCopy full SHA for dcd5b4c
components/serializer.rst
@@ -443,8 +443,6 @@ Option 1: Using ``@Ignore`` annotation
443
444
App\Model\MyClass:
445
attributes:
446
- foo:
447
- ignore: false
448
bar:
449
ignore: true
450
@@ -457,10 +455,6 @@ Option 1: Using ``@Ignore`` annotation
457
455
https://symfony.com/schema/dic/serializer-mapping/serializer-mapping-1.0.xsd"
458
456
>
459
<class name="App\Model\MyClass">
460
- <attribute name="foo">
461
- <ignore>false</ignore>
462
- </attribute>
463
-
464
<attribute name="bar">
465
<ignore>true</ignore>
466
</attribute>
0 commit comments