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/ApiBundle/Controller | |
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/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; |