Completed
Push — ezp-30639-deprecated-view-acti... ( 6b3a78 )
by
unknown
14:01
created
eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -8,19 +8,15 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\Core\MVC\Symfony\Controller\Content;
10 10
 
11
-use eZ\Publish\API\Repository\Repository;
12 11
 use eZ\Publish\API\Repository\Values\Content\Content;
13 12
 use eZ\Publish\API\Repository\Values\Content\Location;
14
-use eZ\Publish\Core\Base\Exceptions\NotFoundException;
15 13
 use eZ\Publish\Core\MVC\Symfony\Controller\Controller;
16 14
 use eZ\Publish\Core\MVC\Symfony\MVCEvents;
17 15
 use eZ\Publish\Core\MVC\Symfony\Event\APIContentExceptionEvent;
18 16
 use eZ\Publish\Core\MVC\Symfony\Security\Authorization\Attribute as AuthorizationAttribute;
19
-use eZ\Publish\Core\Base\Exceptions\UnauthorizedException;
20 17
 use eZ\Publish\Core\MVC\Symfony\View\ContentView;
21 18
 use eZ\Publish\Core\MVC\Symfony\View\ViewManagerInterface;
22 19
 use Symfony\Component\HttpFoundation\Response;
23
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
24 20
 use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
25 21
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
26 22
 use DateTime;
Please login to merge, or discard this patch.