瀏覽代碼

Fixed the annotation parsing. Closes #437

Christophe Coevoet 12 年之前
父節點
當前提交
8eb6bf40c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Gedmo/Tree/Entity/Repository/ClosureTreeRepository.php

+ 1 - 1
lib/Gedmo/Tree/Entity/Repository/ClosureTreeRepository.php

@@ -209,7 +209,7 @@ class ClosureTreeRepository extends AbstractTreeRepository
     /**
     /**
      * Removes given $node from the tree and reparents its descendants
      * Removes given $node from the tree and reparents its descendants
      *
      *
-     * @todo: may be improved, to issue single query on reparenting
+     * @todo may be improved, to issue single query on reparenting
      * @param object $node
      * @param object $node
      * @throws RuntimeException - if something fails in transaction
      * @throws RuntimeException - if something fails in transaction
      * @return void
      * @return void