Skip to content

Commit

Permalink
Fixes a typo in the annotations.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Nov 16, 2014
1 parent d1cb450 commit 267430d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reference/annotations.rst
Expand Up @@ -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:
Expand Down Expand Up @@ -582,4 +582,4 @@ Resulting XML:
<atom:author>
<full_name><![CDATA[Foo Bar]]></full_name>
</atom:author>
</blog>
</blog>

0 comments on commit 267430d

Please sign in to comment.