We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e1a1b commit aa68163Copy full SHA for aa68163
lib/controller/sfWebController.class.php
@@ -168,7 +168,7 @@ public function convertUrlStringToParameters($url)
168
/**
169
* Redirects the request to another URL.
170
*
171
- * @param mixed $url An associative array of URL parameters or an internal URI as a string
+ * @param string|array $url An associative array of URL parameters or an internal URI as a string
172
* @param int $delay A delay in seconds before redirecting. This is only needed on
173
* browsers that do not support HTTP headers
174
* @param int $statusCode The status code
0 commit comments