Home
last modified time | relevance | path

Searched refs:calcRating (Results 1 – 1 of 1) sorted by relevance

/web-php/src/UserNotes/
H A DSorter.php56 return $note->upvotes + $note->downvotes <= 2 ? 0.5 : $this->calcRating($note);
59 private function calcRating(UserNote $note):float { function in phpweb\\UserNotes\\Sorter

Completed in 4 milliseconds