Преглед на файлове

Merge pull request #363 from potherca/patch-1

Fixes a typo in the annotations.rst
Johannes преди 10 години
родител
ревизия
ba3f4401b5
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      doc/reference/annotations.rst

+ 2 - 2
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:
         <atom:author>
             <full_name><![CDATA[Foo Bar]]></full_name>
         </atom:author>
-    </blog>
+    </blog>