mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-12 04:36:32 +02:00
[ticket/12715] Cleanup comments in \phpbb\path_helper
PHPBB3-12715
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user