File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ Assume you have the following object plain-old-PHP object::
160160 }
161161
162162The definition of serialization can be specified using annotations, XML
163- or YAML. The :class: `Symfony\C omponent\S erializer\M apping\F actory\C lassMetadataFactory `
163+ or YAML. The :class: `Symfony\\ Component\\ Serializer\\ Mapping\\ Factory\ \ ClassMetadataFactory `
164164that will be used by the normalizer must be aware of the format to use.
165165
166- Initialize the :class: `Symfony\C omponent\S erializer\M apping\F actory\C lassMetadataFactory `
166+ Initialize the :class: `Symfony\\ Component\\ Serializer\\ Mapping\\ Factory\ \ ClassMetadataFactory `
167167like the following::
168168
169169 use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory;
@@ -197,6 +197,7 @@ Then, create your groups definition:
197197 * @Groups({"group1", "group2"})
198198 */
199199 public $foo;
200+
200201 /**
201202 * @Groups({"group3"})
202203 */
You can’t perform that action at this time.
0 commit comments