aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-15 15:18:24 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 19:15:18 +0200
commitcfa399110d15d573c85e846e6868c65557625074 (patch)
tree00e1f847c0c2807157c6de59c73323e1bc7beb5a /phpBB/phpbb
parent9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4 (diff)
downloadforums-cfa399110d15d573c85e846e6868c65557625074.tar
forums-cfa399110d15d573c85e846e6868c65557625074.tar.gz
forums-cfa399110d15d573c85e846e6868c65557625074.tar.bz2
forums-cfa399110d15d573c85e846e6868c65557625074.tar.xz
forums-cfa399110d15d573c85e846e6868c65557625074.zip
[ticket/12715] Cleanup comments in \phpbb\path_helper
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/path_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/path_helper.php b/phpBB/phpbb/path_helper.php
index 0d83e7447e..a5314d2ce1 100644
--- a/phpBB/phpbb/path_helper.php
+++ b/phpBB/phpbb/path_helper.php
@@ -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 &amp;. Defaults to true.
+ * @param bool $is_amp Is the parameter separator &amp;. Defaults to true.
* @return string Returns the new URL.
*/
public function append_url_params($url, $new_params, $is_amp = true)