diff --git a/doc/reference/annotations.rst b/doc/reference/annotations.rst index b6f4cf2c7..25e5f3695 100644 --- a/doc/reference/annotations.rst +++ b/doc/reference/annotations.rst @@ -531,7 +531,7 @@ This annotation can be defined on a property to add additional xml serialization /** * @XmlElement(cdata=false, namespace="http://www.w3.org/2005/Atom") */ - private $id = 'my_id; + private $id = 'my_id'; } Resulting XML: @@ -582,4 +582,4 @@ Resulting XML: - \ No newline at end of file +