mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merge pull request #12960 from bancer/2.x-docs
Fix queryString documentation
This commit is contained in:
commit
664af06851
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ class Router {
|
|||
* an array of arguments to convert into a query string.
|
||||
* @param array $extra Extra querystring parameters.
|
||||
* @param bool $escape Whether or not to use escaped &
|
||||
* @return array
|
||||
* @return string|null
|
||||
*/
|
||||
public static function queryString($q, $extra = array(), $escape = false) {
|
||||
if (empty($q) && empty($extra)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue