Searched refs:commentRepository (Results 1 – 3 of 3) sorted by relevance
18 $commentRepository = $container->get(CommentRepository::class); variable19 $rows = $commentRepository->findDocsComments($interval);
1122 $commentRepository = $container->get(CommentRepository::class); variable1123 $bug_comments = is_int($bug_id) ? $commentRepository->findByBugId($bug_id) : [];
32 $commentRepository = $container->get(CommentRepository::class); variable33 $comments = $commentRepository->findByBugId($bug_id);
Completed in 10 milliseconds