Explorar el Código

Merge pull request #374 from Gamesh/master

should fix AnnotationException #373
Christophe Coevoet hace 13 años
padre
commit
f14d807797
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      lib/Gedmo/Sortable/Entity/Repository/SortableRepository.php

+ 9 - 0
lib/Gedmo/Sortable/Entity/Repository/SortableRepository.php

@@ -6,6 +6,15 @@ use Doctrine\ORM\EntityRepository,
     Doctrine\ORM\EntityManager,
     Doctrine\ORM\Mapping\ClassMetadata;
 
+/**
+ * Sortable Repository
+ *
+ * @author Lukas Botsch <lukas.botsch@gmail.com>
+ * @subpackage SortableRepository
+ * @package Gedmo.Sortable
+ * @link http://www.gediminasm.org
+ * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
+ */
 class SortableRepository extends EntityRepository
 {
     /**