10000 Remove the mention of handler in the phpdoc. · symfony/symfony@9c63112 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c63112

Browse files
committed
Remove the mention of handler in the phpdoc.
1 parent 6d51eaf commit 9c63112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/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)
0