Updating/Fixing/Adding more comments with the PHP Doc style.

This commit is contained in:
jgen
2014-04-27 15:33:57 -04:00
parent 024e7eac8d
commit 4f51e942be
21 changed files with 569 additions and 135 deletions

View File

@ -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(