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/ApiBundle/Controller | |
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/ApiBundle/Controller')
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/EntryRestController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/EntryRestController.php b/src/Wallabag/ApiBundle/Controller/EntryRestController.php index 9277e1a1..bc1b6f92 100644 --- a/src/Wallabag/ApiBundle/Controller/EntryRestController.php +++ b/src/Wallabag/ApiBundle/Controller/EntryRestController.php | |||
@@ -8,6 +8,7 @@ use JMS\Serializer\SerializationContext; | |||
8 | use Nelmio\ApiDocBundle\Annotation\ApiDoc; | 8 | use Nelmio\ApiDocBundle\Annotation\ApiDoc; |
9 | use Symfony\Component\HttpFoundation\JsonResponse; | 9 | use Symfony\Component\HttpFoundation\JsonResponse; |
10 | use Symfony\Component\HttpFoundation\Request; | 10 | use Symfony\Component\HttpFoundation\Request; |
11 | use Symfony\Component\HttpFoundation\Response; | ||
11 | use Symfony\Component\HttpKernel\Exception\HttpException; | 12 | use Symfony\Component\HttpKernel\Exception\HttpException; |
12 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; | 13 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
13 | use Wallabag\CoreBundle\Entity\Entry; | 14 | use Wallabag\CoreBundle\Entity\Entry; |