Fix some Scrutinizer issues

This commit is contained in:
Jeremy Benoist
2019-05-29 12:00:23 +02:00
parent e9579d6de9
commit 52e8d93248
5 changed files with 7 additions and 7 deletions

View File

@ -2,13 +2,13 @@
namespace Wallabag\ApiBundle\Controller;
use FOS\RestBundle\Controller\FOSRestController;
use FOS\RestBundle\Controller\AbstractFOSRestController;
use JMS\Serializer\SerializationContext;
use Nelmio\ApiDocBundle\Annotation\ApiDoc;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
class WallabagRestController extends FOSRestController
class WallabagRestController extends AbstractFOSRestController
{
/**
* Retrieve version number.