This commit is contained in:
Nuno Maduro
2024-08-10 16:57:48 +01:00
parent ad6dca94fa
commit 4e98dfe3c3

View File

@ -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;
}