Searched refs:findAllByBugId (Results 1 – 6 of 6) sorted by relevance
77 $patches = $patchRepository->findAllByBugId($bug_id);109 $patches = $patchRepository->findAllByBugId($bug_id);117 $patches = $patchRepository->findAllByBugId($bug_id);127 $patches = $patchRepository->findAllByBugId($bug_id);154 $patches = $patchRepository->findAllByBugId($bug_id);161 $patches = $patchRepository->findAllByBugId($bug_id);
89 $pulls = $pullRequestRepository->findAllByBugId($bug_id);114 $pulls = $pullRequestRepository->findAllByBugId($bug_id);133 $pulls = $pullRequestRepository->findAllByBugId($bug_id);140 $pulls = $pullRequestRepository->findAllByBugId($bug_id);
95 $patches = $patchRepository->findAllByBugId($bug_id);
1084 $p = $patchRepository->findAllByBugId($bug_id);1112 $pulls = $pullRequestRepository->findAllByBugId($bug_id);
30 public function findAllByBugId(int $bugId) function in App\\Repository\\PullRequestRepository
34 public function findAllByBugId(int $bugId): array function in App\\Repository\\PatchRepository
Completed in 16 milliseconds