8000 Update src/Symfony/Component/Messenger/HandleTrait.php · symfony/symfony@1459a4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1459a4b

Browse files
Update src/Symfony/Component/Messenger/HandleTrait.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent c82413c commit 1459a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/HandleTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ trait HandleTrait
3131
* the last one usually returning the handler result.
3232
*
3333
* @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 behaviours
34+
* @param StampInterface[] $stamps Stamps to be set on the Envelope which are used to control middlewares behaviors
3535
*/
3636
private function handle(object $message, array $stamps = []): mixed
3737
{

0 commit comments

Comments
 (0)
0