Browse Source

Merge pull request #146 from chrisjohnson00/patch-1

Update annotations.rst
Johannes 11 years ago
parent
commit
95536761d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/reference/annotations.rst

+ 1 - 1
doc/reference/annotations.rst

@@ -99,7 +99,7 @@ be called to retrieve, or set the value of the given property:
     {
         private $id;
 
-        /** @Accessor(getter="getTrimmedName") */
+        /** @Accessor(getter="getTrimmedName",setter="setName") */
         private $name;
 
         // ...