diff options
author | Nicolas Hart <contact@nclshart.net> | 2017-07-29 22:51:50 +0200 |
---|---|---|
committer | Nicolas Hart <contact@nclshart.net> | 2017-07-29 22:51:50 +0200 |
commit | 52b84c11a5b5474cd45271d937a46c6adfdf2749 (patch) | |
tree | 51c1b2d1dc2a133d8223a8df18277540db2023bb /src/Wallabag/AnnotationBundle/Repository | |
parent | d69a66a58e958a5aa426085083bb93637ca3f61f (diff) | |
download | wallabag-52b84c11a5b5474cd45271d937a46c6adfdf2749.tar.gz wallabag-52b84c11a5b5474cd45271d937a46c6adfdf2749.tar.zst wallabag-52b84c11a5b5474cd45271d937a46c6adfdf2749.zip |
Fix some namespaces and phpdoc
Diffstat (limited to 'src/Wallabag/AnnotationBundle/Repository')
-rw-r--r-- | src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php index 014c29b6..b44f7e64 100644 --- a/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php +++ b/src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php | |||
@@ -3,6 +3,8 @@ | |||
3 | namespace Wallabag\AnnotationBundle\Repository; | 3 | namespace Wallabag\AnnotationBundle\Repository; |
4 | 4 | ||
5 | use Doctrine\ORM\EntityRepository; | 5 | use Doctrine\ORM\EntityRepository; |
6 | use Doctrine\ORM\QueryBuilder; | ||
7 | use Wallabag\AnnotationBundle\Entity\Annotation; | ||
6 | 8 | ||
7 | /** | 9 | /** |
8 | * AnnotationRepository. | 10 | * AnnotationRepository. |