Updating/Fixing/Adding more comments with the PHP Doc style.
This commit is contained in:
@ -284,6 +284,11 @@ class NumericScore extends Extension {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $image_id
|
||||
* @param int $user_id
|
||||
* @param int $score
|
||||
*/
|
||||
private function add_vote(/*int*/ $image_id, /*int*/ $user_id, /*int*/ $score) {
|
||||
global $database;
|
||||
$database->execute(
|
||||
|
Reference in New Issue
Block a user