Skip to content

Commit

Permalink
Update FakeAdapter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DikoIbragimov authored Dec 4, 2024
1 parent 1ca5171 commit 7a51028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Support/FakeAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ public function runExisting(callable $handlerCallback): void
// TODO: Implement runExisting() method.
}

public function status(string $id): JobStatus
public function status(string|int $id): JobStatus
{
// TODO: Implement status() method.
}

public function push(MessageInterface $message): void
public function push(MessageInterface $message): MessageInterface
{
// TODO: Implement push() method.
}
Expand Down

0 comments on commit 7a51028

Please sign in to comment.