mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-14 19:08:25 +00:00
Fix for incorrect @return phpdoccomment
This commit is contained in:
parent
7de6cf0aa5
commit
2b4b2ef2c8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue