Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3237a6

Browse filesBrowse files
Update src/Symfony/Component/Messenger/HandleTrait.php
Co-authored-by: Fabien Potencier <fabien@potencier.org>
1 parent 277b183 commit c3237a6
Copy full SHA for c3237a6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Messenger/HandleTrait.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/HandleTrait.php
+1-1Lines 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 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.