10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20785a commit cb10d2eCopy full SHA for cb10d2e
src/Symfony/Component/Messenger/HandleTrait.php
@@ -31,7 +31,7 @@ trait HandleTrait
31
* the last one usually returning the handler result.
32
*
33
* @param object|Envelope $message The message or the message pre-wrapped in an envelope
34
- * @param StampInterface[] $stamps Stamps to be set on the Envelope which are used to control middlewares behaviors
+ * @param StampInterface[] $stamps Stamps to be set on the Envelope which are used to control middleware behavior
35
*/
36
private function handle(object $message, array $stamps = []): mixed
37
{
0 commit comments