Explorar el Código

[Tree] Fixed docs

comfortablynumb hace 13 años
padre
commit
455b277035
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Gedmo/Tree/RepositoryInterface.php

+ 1 - 1
lib/Gedmo/Tree/RepositoryInterface.php

@@ -51,7 +51,7 @@ interface RepositoryInterface extends RepositoryUtilsInterface
      *
      *
      * @param object $node - if null counts all records in tree
      * @param object $node - if null counts all records in tree
      * @param boolean $direct - true to count only direct children
      * @param boolean $direct - true to count only direct children
-     * @throws InvalidArgumentException - if input is not valid
+     * @throws \Gedmo\Exception\InvalidArgumentException - if input is not valid
      * @return integer
      * @return integer
      */
      */
     public function childCount($node = null, $direct = false);
     public function childCount($node = null, $direct = false);