8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1459a4b commit 4806734Copy full SHA for 4806734
src/Symfony/Component/Messenger/MessageBusInterface.php
@@ -22,7 +22,7 @@ interface MessageBusInterface
22
* Dispatches the given message.
23
*
24
* @param object|Envelope $message The message or the message pre-wrapped in an envelope
25
- * @param StampInterface[] $stamps Stamps set on the Envelope which are used to control middlewares behaviours
+ * @param StampInterface[] $stamps Stamps set on the Envelope which are used to control middlewares behaviors
26
*/
27
public function dispatch(object $message, array $stamps = []): Envelope;
28
}
0 commit comments