mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Really correct return type
This commit is contained in:
parent
043b320358
commit
6321d5612a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class PagesController extends AppController {
|
||||||
/**
|
/**
|
||||||
* Displays a view
|
* Displays a view
|
||||||
*
|
*
|
||||||
* @return \Cake\Network\Response|null
|
* @return CakeResponse|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.
|
||||||
|
|
Loading…
Reference in a new issue