Skip to content

Commit

Permalink
Fixed NotFoundHttpException PHPDocs of ViewController class
Browse files Browse the repository at this point in the history
  • Loading branch information
DAOUDI Soufian committed Nov 18, 2014
1 parent bee53ad commit a6d4188
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a6d4188

Please sign in to comment.