Fix for incorrect @return phpdoccomment

This commit is contained in:
Mischa ter Smitten 2017-01-25 16:44:24 +01:00
parent 7de6cf0aa5
commit 2b4b2ef2c8

View file

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