Skip to content

Commit 15b6e8d

Browse files
committed
bug #5412 Update serializer.rst (mantulo)
This PR was merged into the 2.7 branch. Discussion ---------- Update serializer.rst fixed misprint Commits ------- edc33a8 Update serializer.rst
2 parents 9cc3ebf + edc33a8 commit 15b6e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ like the following::
185185

186186
use Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory;
187187
// For annotations
188-
usr Doctrine\Common\Annotations\AnnotationReader;
188+
use Doctrine\Common\Annotations\AnnotationReader;
189189
use Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader;
190190
// For XML
191191
// use Symfony\Component\Serializer\Mapping\Loader\XmlFileLoader;

0 commit comments

Comments
 (0)