mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix queryString documentation
This commit is contained in:
parent
c5229c2037
commit
63bbd4cd7b
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.
|
* an array of arguments to convert into a query string.
|
||||||
* @param array $extra Extra querystring parameters.
|
* @param array $extra Extra querystring parameters.
|
||||||
* @param bool $escape Whether or not to use escaped &
|
* @param bool $escape Whether or not to use escaped &
|
||||||
* @return array
|
* @return string|null
|
||||||
*/
|
*/
|
||||||
public static function queryString($q, $extra = array(), $escape = false) {
|
public static function queryString($q, $extra = array(), $escape = false) {
|
||||||
if (empty($q) && empty($extra)) {
|
if (empty($q) && empty($extra)) {
|
||||||
|
|
Loading…
Reference in a new issue