diff --git a/src/PendingCalls/TestCall.php b/src/PendingCalls/TestCall.php index 8775fb86..ca6b163a 100644 --- a/src/PendingCalls/TestCall.php +++ b/src/PendingCalls/TestCall.php @@ -463,7 +463,7 @@ final class TestCall $number = array_map(fn (string|int $number): int => (int) ltrim((string) $number, '#'), $number); - $this->testCaseMethod->prs = array_unique(array_merge($this->testCaseMethod->issues, $number)); + $this->testCaseMethod->prs = array_unique(array_merge($this->testCaseMethod->prs, $number)); return $this; }