Searched refs:calcRating (Results 1 – 1 of 1) sorted by relevance
56 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