mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12715] Cleanup comments in \phpbb\path_helper
PHPBB3-12715
This commit is contained in:
parent
9bd23917dc
commit
cfa399110d
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class path_helper
|
||||||
*
|
*
|
||||||
* @param string $url URL to append parameters to
|
* @param string $url URL to append parameters to
|
||||||
* @param array $new_params Parameters to add in the form of array(name => value)
|
* @param array $new_params Parameters to add in the form of array(name => value)
|
||||||
* @param string $is_amp Is the parameter separator &. Defaults to true.
|
* @param bool $is_amp Is the parameter separator &. Defaults to true.
|
||||||
* @return string Returns the new URL.
|
* @return string Returns the new URL.
|
||||||
*/
|
*/
|
||||||
public function append_url_params($url, $new_params, $is_amp = true)
|
public function append_url_params($url, $new_params, $is_amp = true)
|
||||||
|
|
Loading…
Add table
Reference in a new issue