diff options
author | Craig Roberts <craig@craig0990.co.uk> | 2018-04-10 19:50:26 +0800 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-01-22 20:42:25 +0100 |
commit | 9133bd02d11c37c98b2c7c979e363cc7bff8f914 (patch) | |
tree | 0a5a7753fd03eac064c67765eb1a03dc7cc57e3d /src/Wallabag | |
parent | b32057980e33e7ddd93480017496a589006b8260 (diff) | |
download | wallabag-9133bd02d11c37c98b2c7c979e363cc7bff8f914.tar.gz wallabag-9133bd02d11c37c98b2c7c979e363cc7bff8f914.tar.zst wallabag-9133bd02d11c37c98b2c7c979e363cc7bff8f914.zip |
[wallabag/wallabag#2611] Fix PHPCS lint errors
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/ApiBundle/Controller/SearchRestController.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/SearchRestController.php b/src/Wallabag/ApiBundle/Controller/SearchRestController.php index c0b2cb24..6620107d 100644 --- a/src/Wallabag/ApiBundle/Controller/SearchRestController.php +++ b/src/Wallabag/ApiBundle/Controller/SearchRestController.php | |||
@@ -10,13 +10,7 @@ use Pagerfanta\Adapter\DoctrineORMAdapter; | |||
10 | use Pagerfanta\Pagerfanta; | 10 | use Pagerfanta\Pagerfanta; |
11 | use Symfony\Component\HttpFoundation\JsonResponse; | 11 | use Symfony\Component\HttpFoundation\JsonResponse; |
12 | use Symfony\Component\HttpFoundation\Request; | 12 | use Symfony\Component\HttpFoundation\Request; |
13 | use Symfony\Component\HttpFoundation\Response; | ||
14 | use Symfony\Component\HttpKernel\Exception\HttpException; | ||
15 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; | 13 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
16 | use Wallabag\CoreBundle\Entity\Entry; | ||
17 | use Wallabag\CoreBundle\Entity\Tag; | ||
18 | use Wallabag\CoreBundle\Event\EntryDeletedEvent; | ||
19 | use Wallabag\CoreBundle\Event\EntrySavedEvent; | ||
20 | 14 | ||
21 | class SearchRestController extends WallabagRestController | 15 | class SearchRestController extends WallabagRestController |
22 | { | 16 | { |