Searched refs:findByBugId (Results 1 – 3 of 3) sorted by relevance
27 public function findByBugId(int $id): array function in App\\Repository\\CommentRepository
33 $comments = $commentRepository->findByBugId($bug_id);
1123 $bug_comments = is_int($bug_id) ? $commentRepository->findByBugId($bug_id) : [];
Completed in 12 milliseconds