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