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

Skip to content

Commit cb10d2e

Browse files
Update src/Symfony/Component/Messenger/HandleTrait.php
Co-authored-by: Fabien Potencier <fabien@potencier.org>
1 parent b20785a commit cb10d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/HandleTrait.php

+1-1
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 behaviors
34+
* @param StampInterface[] $stamps Stamps to be set on the Envelope which are used to control middleware behavior
3535
*/
3636
private function handle(object $message, array $stamps = []): mixed
3737
{

0 commit comments

Comments
 (0)
0