Really correct return type

This commit is contained in:
Marc Würth 2017-04-29 00:49:28 +02:00 committed by GitHub
parent 043b320358
commit 6321d5612a

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.