From 4e98dfe3c340170bae2ad881db282031da99f9ed Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 10 Aug 2024 16:57:48 +0100 Subject: [PATCH] pr --- src/PendingCalls/TestCall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }