diff --git a/app/Controller/PagesController.php b/app/Controller/PagesController.php index e9ba9d9bd..5f8d1c4cc 100644 --- a/app/Controller/PagesController.php +++ b/app/Controller/PagesController.php @@ -40,7 +40,7 @@ class PagesController extends AppController { /** * Displays a view * - * @return \Cake\Network\Response|null + * @return CakeResponse|null * @throws ForbiddenException When a directory traversal attempt. * @throws NotFoundException When the view file could not be found * or MissingViewException in debug mode.