feat(todos): adjusts params order

This commit is contained in:
Nuno Maduro
2024-08-03 18:48:53 +01:00
parent 651aab560c
commit af680ca8aa
+3 -3
View File
@@ -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__');