mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #10596 from ravage84/patch-1
Really correct return type
This commit is contained in:
commit
0e07b74d46
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