Merge pull request #10596 from ravage84/patch-1

Really correct return type
This commit is contained in:
Mark Sch 2017-04-29 01:07:16 +02:00 committed by GitHub
commit 0e07b74d46

View file

@ -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.