File tree 1 file changed +3
-2
lines changed
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::
160
160
}
161
161
162
162
The 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 `
164
164
that will be used by the normalizer must be aware of the format to use.
165
165
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 `
167
167
like the following::
168
168
169
169
use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory;
@@ -197,6 +197,7 @@ Then, create your groups definition:
197
197
* @Groups({"group1", "group2"})
198
198
*/
199
199
public $foo;
200
+
200
201
/**
201
202
* @Groups({"group3"})
202
203
*/
You can’t perform that action at this time.
0 commit comments