diff --git a/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php b/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php index 90acacd0870..75bc96a0dd8 100644 --- a/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php +++ b/eZ/Publish/Core/MVC/Symfony/Controller/Content/ViewController.php @@ -96,6 +96,7 @@ protected function buildResponse( $etag = null, DateTime $lastModified = null ) * @param array $params * * @throws \Symfony\Component\Security\Core\Exception\AccessDeniedException + * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * @throws \Exception * * @return \Symfony\Component\HttpFoundation\Response @@ -160,6 +161,7 @@ public function viewLocation( $locationId, $viewType, $layout = false, array $pa * @param array $params * * @throws \Symfony\Component\Security\Core\Exception\AccessDeniedException + * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * @throws \Exception * * @return \Symfony\Component\HttpFoundation\Response @@ -246,6 +248,7 @@ function ( $repository ) use ( $locationId ) * @param array $params * * @throws \Symfony\Component\Security\Core\Exception\AccessDeniedException + * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * @throws \Exception * * @return \Symfony\Component\HttpFoundation\Response @@ -300,6 +303,7 @@ public function viewContent( $contentId, $viewType, $layout = false, array $para * @param array $params * * @throws \Symfony\Component\Security\Core\Exception\AccessDeniedException + * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException * @throws \Exception * * @return \Symfony\Component\HttpFoundation\Response