Skip to content

Commit

Permalink
Merge pull request #53 from tienvx/update-usage-in-readme
Browse files Browse the repository at this point in the history
docs: Update return type
  • Loading branch information
tienvx authored Apr 1, 2024
2 parents a7164c7 + 224d994 commit 55955d2
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 55955d2

Please sign in to comment.