diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 15:16:04 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 19:15:16 +0200 |
commit | 9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4 (patch) | |
tree | 47645b47d8f0fe030386edc2a6b6b0f22ec330e7 /phpBB/phpbb/pagination.php | |
parent | 7f3e0e5e428ca25d379f2f57c0e4d8c01f2b7972 (diff) | |
download | forums-9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4.tar forums-9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4.tar.gz forums-9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4.tar.bz2 forums-9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4.tar.xz forums-9bd23917dc95912e62b7a2c1d01a7a46ba3f0ea4.zip |
[ticket/12715] Cleanup comments in \phpbb\pagination
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/pagination.php')
-rw-r--r-- | phpBB/phpbb/pagination.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/pagination.php b/phpBB/phpbb/pagination.php index 1d20b7f81c..8aba41d651 100644 --- a/phpBB/phpbb/pagination.php +++ b/phpBB/phpbb/pagination.php @@ -46,7 +46,7 @@ class pagination * If you use page numbers inside your controller route, start name should be the string * that should be removed for the first page (example: /page/%d) * @param int $per_page the number of items, posts, etc. to display per page, used to determine the number of pages to produce - * @return URL for the requested page + * @return string URL for the requested page */ protected function generate_page_link($base_url, $on_page, $start_name, $per_page) { |