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:
parent
9bd23917dc
commit
cfa399110d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user