From af680ca8aaa9e9410c2cdbac2645ae4dd1c9d7ba Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 3 Aug 2024 18:48:53 +0100 Subject: [PATCH] feat(todos): adjusts params order --- src/PendingCalls/TestCall.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PendingCalls/TestCall.php b/src/PendingCalls/TestCall.php index 693434b4..7915f075 100644 --- a/src/PendingCalls/TestCall.php +++ b/src/PendingCalls/TestCall.php @@ -356,10 +356,10 @@ final class TestCall * Sets the test as "todo". */ public function todo( - array|string $issue = null, - array|string $pr = null, - array|string $assignee = null, array|string $note = null, + array|string $issue = null, + array|string $assignee = null, + array|string $pr = null, ): self { $this->skip('__TODO__');