Explorar o código

Fixed the annotation parsing. Closes #437

Christophe Coevoet %!s(int64=12) %!d(string=hai) anos
pai
achega
8eb6bf40c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
      *
-     * @todo: may be improved, to issue single query on reparenting
+     * @todo may be improved, to issue single query on reparenting
      * @param object $node
      * @throws RuntimeException - if something fails in transaction
      * @return void