Doc block adjustment.

This commit is contained in:
Mark Scherer 2015-01-26 10:35:02 +01:00
parent e753fbadca
commit 70276b7a7a

View file

@ -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)