diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 15:18:24 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 19:15:18 +0200 |
| commit | cfa399110d15d573c85e846e6868c65557625074 (patch) | |
| tree | 00e1f847c0c2807157c6de59c73323e1bc7beb5a /phpBB/phpbb | |
| parent | 9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4 (diff) | |
| download | forums-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.php | 2 |
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 &. 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) |
