Skip to content

Commit 58214ba

Browse files
committed
Remove the mention of handler in the phpdoc.
1 parent f4b0716 commit 58214ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/Receiver/ReceiverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
interface ReceiverInterface
2424
{
2525
/**
26-
* Receives some messages to the given handler.
26+
* Receives some messages.
2727
*
2828
* While this method could return an unlimited number of messages,
2929
* the intention is that it returns only one, or a "small number"

0 commit comments

Comments
 (0)