1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/13803] Renamed methods

PHPBB3-13803
This commit is contained in:
JoshyPHP
2015-05-19 09:48:29 +02:00
parent 54b18df084
commit 75eb283f8d
5 changed files with 11 additions and 10 deletions

View File

@@ -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);
}