mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Doc block adjustment.
This commit is contained in:
parent
e753fbadca
commit
70276b7a7a
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ class Controller extends Object implements CakeEventListener {
|
|||
*
|
||||
* @param string|array $url A string or array-based URL pointing to another location within the app,
|
||||
* or an absolute URL
|
||||
* @param int $status HTTP status code (eg: 301)
|
||||
* @param int|array|null $status HTTP status code (eg: 301). Defaults to 302 when null is passed.
|
||||
* @param bool $exit If true, exit() will be called after the redirect
|
||||
* @return void
|
||||
* @triggers Controller.beforeRedirect $this, array($url, $status, $exit)
|
||||
|
|
Loading…
Add table
Reference in a new issue