Skip to content

Commit

Permalink
docs: Update return type
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Apr 1, 2024
1 parent a7164c7 commit 224d994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use Tienvx\Bundle\PactProviderBundle\MessageDispatcher\DispatcherInterface;
#[AsMessageDispatcher(description: 'User created message')]
class UserDispatcher implements DispatcherInterface
{
public function dispatch(): Message
public function dispatch(): ?Message
{
}
}
Expand Down

0 comments on commit 224d994

Please sign in to comment.