diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-07-30 08:27:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-30 08:27:39 +0200 |
commit | 4fc7eba34904a062cddf1e61956c48f27cb2e06c (patch) | |
tree | 151d8899c7fd3dd79fdb27a457c1780e355b1df0 /src/Wallabag/AnnotationBundle | |
parent | e492f8da132ba5ca2b421f434a1bdf0af23b1783 (diff) | |
parent | 52b84c11a5b5474cd45271d937a46c6adfdf2749 (diff) | |
download | wallabag-4fc7eba34904a062cddf1e61956c48f27cb2e06c.tar.gz wallabag-4fc7eba34904a062cddf1e61956c48f27cb2e06c.tar.zst wallabag-4fc7eba34904a062cddf1e61956c48f27cb2e06c.zip |
Merge pull request #3298 from nclsHart/fix-namespace-phpdoc
Fix some namespaces and phpdoc
Diffstat (limited to 'src/Wallabag/AnnotationBundle')
-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. |