From 6321d5612af783b485842a58408a369a0793c899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Sat, 29 Apr 2017 00:49:28 +0200 Subject: [PATCH] Really correct return type --- app/Controller/PagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.