Merge pull request #10103 from tersmitten/phan-fix-phpdoc-return

Fix for incorrect @return phpdoccomment
This commit is contained in:
Mark Story 2017-01-25 14:32:10 -05:00 committed by GitHub
commit 8ee5259323

View file

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