aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textreparser/reparser_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/textreparser/reparser_interface.php')
-rw-r--r--phpBB/phpbb/textreparser/reparser_interface.php4
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);
}