1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 07:16:36 +02:00

[ticket/12715] Cleanup comments in \phpbb\path_helper

PHPBB3-12715
This commit is contained in:
Tristan Darricau 2014-06-15 15:18:24 +02:00
parent 9bd23917dc
commit cfa399110d

View File

@ -317,7 +317,7 @@ class path_helper
*
* @param string $url URL to append parameters to
* @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.
*/
public function append_url_params($url, $new_params, $is_amp = true)