diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-05-19 09:48:29 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-30 17:26:01 +0200 |
commit | 75eb283f8d7a7afcd3945d0d28bd0f58aa4f0cd6 (patch) | |
tree | 26b4e880035bfe0f8258d9339e9cda8ea1e6f608 /phpBB/phpbb/textreparser/reparser_interface.php | |
parent | 54b18df084b845c058426b38e7ccfeb534d04ce0 (diff) | |
download | forums-75eb283f8d7a7afcd3945d0d28bd0f58aa4f0cd6.tar forums-75eb283f8d7a7afcd3945d0d28bd0f58aa4f0cd6.tar.gz forums-75eb283f8d7a7afcd3945d0d28bd0f58aa4f0cd6.tar.bz2 forums-75eb283f8d7a7afcd3945d0d28bd0f58aa4f0cd6.tar.xz forums-75eb283f8d7a7afcd3945d0d28bd0f58aa4f0cd6.zip |
[ticket/13803] Renamed methods
PHPBB3-13803
Diffstat (limited to 'phpBB/phpbb/textreparser/reparser_interface.php')
-rw-r--r-- | phpBB/phpbb/textreparser/reparser_interface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/textreparser/reparser_interface.php b/phpBB/phpbb/textreparser/reparser_interface.php index 20f8d92b1a..9ea1732870 100644 --- a/phpBB/phpbb/textreparser/reparser_interface.php +++ b/phpBB/phpbb/textreparser/reparser_interface.php @@ -25,8 +25,8 @@ interface reparser_interface /** * Reparse all records in given range * - * @param integer $min_id Lower bound - * @param integer $max_id Upper bound + * @param integer $min_id Lower bound + * @param integer $max_id Upper bound */ public function reparse_range($min_id, $max_id); } |